Html Css Color HEX #CD4233 Persian Red

📋 copy color: '#CD4233'

red 205 ◦ green 66 ◦ blue 51

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

Shades of Persian Red #CD4233

Tints of Persian Red #CD4233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 63.66%
G = 20.5%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD4233 (or 0xCD4233) is known color: Persian Red. HEX triplet: CD, 42 and 33. RGB value is (205,66,51). Sum of RGB (Red+Green+Blue) = 205+66+51=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4233 is #32BDCC. Grayscale: #6A6A6A. Windows color (decimal): -3325389 or 3359437. OLE color: 3359437.

HSL color Cylindrical-coordinate representation of color #CD4233: hue angle of 5.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD4233 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 51 -
CMYK 0 0.68 0.75 0.20
HSL 5.84º 0.61% 0.5% -
HSV(B) 5.84º 0.75% 0.8% -
XYZ 27.72 17.11 4.97 -
YUV 105.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 205 66 51 0 0.68 0.75 0.20 5.84 0.61 0.5
Hex CD 42 33 0 44 4B 14 6 3D 32
Octal 315 102 63 0 104 113 24 6 75 62
Binary 11001101 1000010 110011 0 1000100 1001011 10100 110 111101 110010

Color Harmonies of #CD4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4233

Black with #CD4233

Text Example


Text Example

White with #CD4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4233; }

 p { color: rgb(205,66,51); }

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

background-color css

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

 a { background-color: rgb(205,66,51); }

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

border-color css

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

 span { border-color: rgb(205,66,51); }

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