Html Css Color HEX #D74242 Cinnabar

📋 copy color: '#D74242'

red 215 ◦ green 66 ◦ blue 66

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

Shades of Cinnabar #D74242

Tints of Cinnabar #D74242

RGB

 RED value IS 215 (84.38% from 255) = 61.96%

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

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

R = 61.96%
G = 19.02%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74242 (or 0xD74242) is known color: Cinnabar. HEX triplet: D7, 42 and 42. RGB value is (215,66,66). Sum of RGB (Red+Green+Blue) = 215+66+66=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D74242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74242 is #28BDBD. Grayscale: #6E6E6E. Windows color (decimal): -2670014 or 4342487. OLE color: 4342487.

HSL color Cylindrical-coordinate representation of color #D74242: hue angle of 0º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74242 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 66 -
CMYK 0 0.69 0.69 0.16
HSL 0.65% 0.55% -
HSV(B) 0.69% 0.84% -
XYZ 30.96 18.74 7.14 -
YUV 110.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 215 66 66 0 0.69 0.69 0.16 0 0.65 0.55
Hex D7 42 42 0 45 45 10 0 41 37
Octal 327 102 102 0 105 105 20 0 101 67
Binary 11010111 1000010 1000010 0 1000101 1000101 10000 0 1000001 110111

Color Harmonies of #D74242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74242

Black with #D74242

Text Example


Text Example

White with #D74242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74242; }

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

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

background-color css

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

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

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

border-color css

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

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

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