Html Css Color HEX #D04242 Persian Red

📋 copy color: '#D04242'

red 208 ◦ green 66 ◦ blue 66

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

Shades of Persian Red #D04242

Tints of Persian Red #D04242

RGB

 RED value IS 208 (81.64% from 255) = 61.18%

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

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

R = 61.18%
G = 19.41%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D04242 (or 0xD04242) is known color: Persian Red. HEX triplet: D0, 42 and 42. RGB value is (208,66,66). Sum of RGB (Red+Green+Blue) = 208+66+66=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D04242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04242 is #2FBDBD. Grayscale: #6C6C6C. Windows color (decimal): -3128766 or 4342480. OLE color: 4342480.

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

Color convert

RGB 208 66 66 -
CMYK 0 0.68 0.68 0.18
HSL 0.6% 0.54% -
HSV(B) 0.68% 0.82% -
XYZ 28.94 17.7 7.05 -
YUV 108.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 208 66 66 0 0.68 0.68 0.18 0 0.6 0.54
Hex D0 42 42 0 44 44 12 0 3C 36
Octal 320 102 102 0 104 104 22 0 74 66
Binary 11010000 1000010 1000010 0 1000100 1000100 10010 0 111100 110110

Color Harmonies of #D04242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04242

Black with #D04242

Text Example


Text Example

White with #D04242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04242; }

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

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

background-color css

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

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

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

border-color css

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

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

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