Html Css Color HEX #CD322C Persian Red

📋 copy color: '#CD322C'

red 205 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #CD322C

Tints of Persian Red #CD322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 68.56%
G = 16.72%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD322C (or 0xCD322C) is known color: Persian Red. HEX triplet: CD, 32 and 2C. RGB value is (205,50,44). Sum of RGB (Red+Green+Blue) = 205+50+44=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD322C is #32CDD3. Grayscale: #5F5F5F. Windows color (decimal): -3329492 or 2896589. OLE color: 2896589.

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

Color convert

RGB 205 50 44 -
CMYK 0 0.76 0.79 0.20
HSL 2.24º 0.65% 0.49% -
HSV(B) 2.24º 0.79% 0.8% -
XYZ 26.77 15.44 3.95 -
YUV 95.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 205 50 44 0 0.76 0.79 0.20 2.24 0.65 0.49
Hex CD 32 2C 0 4C 4F 14 2 41 31
Octal 315 62 54 0 114 117 24 2 101 61
Binary 11001101 110010 101100 0 1001100 1001111 10100 10 1000001 110001

Color Harmonies of #CD322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD322C

Black with #CD322C

Text Example


Text Example

White with #CD322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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