Html Css Color HEX #CD4242 Persian Red

📋 copy color: '#CD4242'

red 205 ◦ green 66 ◦ blue 66

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

Shades of Persian Red #CD4242

Tints of Persian Red #CD4242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 60.83%
G = 19.58%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD4242 (or 0xCD4242) is known color: Persian Red. HEX triplet: CD, 42 and 42. RGB value is (205,66,66). Sum of RGB (Red+Green+Blue) = 205+66+66=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4242 is #32BDBD. Grayscale: #6B6B6B. Windows color (decimal): -3325374 or 4342477. OLE color: 4342477.

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

Color convert

RGB 205 66 66 -
CMYK 0 0.68 0.68 0.20
HSL 0.58% 0.53% -
HSV(B) 0.68% 0.8% -
XYZ 28.11 17.27 7.01 -
YUV 107.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 205 66 66 0 0.68 0.68 0.20 0 0.58 0.53
Hex CD 42 42 0 44 44 14 0 3A 35
Octal 315 102 102 0 104 104 24 0 72 65
Binary 11001101 1000010 1000010 0 1000100 1000100 10100 0 111010 110101

Color Harmonies of #CD4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4242

Black with #CD4242

Text Example


Text Example

White with #CD4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4242; }

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

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

background-color css

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

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

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

border-color css

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

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

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