Html Css Color HEX #CD322A Persian Red

📋 copy color: '#CD322A'

red 205 ◦ green 50 ◦ blue 42

#CD322A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CD322A

Tints of Persian Red #CD322A

RGB

 RED value IS 205 (80.47% from 255) = 69.02%

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 69.02%
G = 16.84%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD322A (or 0xCD322A) is known color: Persian Red. HEX triplet: CD, 32 and 2A. RGB value is (205,50,42). Sum of RGB (Red+Green+Blue) = 205+50+42=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD322A is #32CDD5. Grayscale: #5F5F5F. Windows color (decimal): -3329494 or 2765517. OLE color: 2765517.

HSL color Cylindrical-coordinate representation of color #CD322A: hue angle of 2.94º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD322A is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 50 42 -
CMYK 0 0.76 0.80 0.20
HSL 2.94º 0.66% 0.48% -
HSV(B) 2.94º 0.8% 0.8% -
XYZ 26.74 15.43 3.76 -
YUV 95.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 205 50 42 0 0.76 0.80 0.20 2.94 0.66 0.48
Hex CD 32 2A 0 4C 50 14 3 42 30
Octal 315 62 52 0 114 120 24 3 102 60
Binary 11001101 110010 101010 0 1001100 1010000 10100 11 1000010 110000

Color Harmonies of #CD322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD322A

Black with #CD322A

Text Example


Text Example

White with #CD322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD322A; }

 p { color: rgb(205,50,42); }

 H1.HeaderClassName
 {
   color: #CD322A;
 }
 .AnyTagClassName
 {
   color: #CD322A;
 }
</style>

background-color css

<style>
 a { background-color: #CD322A; }

 a { background-color: rgb(205,50,42); }

 div.DivClassName
 {
   background-color: #CD322A;
 }
 .BgClassName
 {
   background-color: #CD322A;
 }
</style>

border-color css

<style>
 span { border-color: #CD322A; }

 span { border-color: rgb(205,50,42); }

 td.TdClassName
 {
   border-color: #CD322A;
 }
 .TagClassName
 {
   border-color: #CD322A;
 }
</style>