Html Css Color HEX #D74542 Cinnabar

📋 copy color: '#D74542'

red 215 ◦ green 69 ◦ blue 66

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

Shades of Cinnabar #D74542

Tints of Cinnabar #D74542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 61.43%
G = 19.71%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74542 (or 0xD74542) is known color: Cinnabar. HEX triplet: D7, 45 and 42. RGB value is (215,69,66). Sum of RGB (Red+Green+Blue) = 215+69+66=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D74542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74542 is #28BABD. Grayscale: #707070. Windows color (decimal): -2669246 or 4343255. OLE color: 4343255.

HSL color Cylindrical-coordinate representation of color #D74542: hue angle of 1.21º 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 #D74542 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 69 66 -
CMYK 0 0.68 0.69 0.16
HSL 1.21º 0.65% 0.55% -
HSV(B) 1.21º 0.69% 0.84% -
XYZ 31.14 19.1 7.2 -
YUV 112.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 215 69 66 0 0.68 0.69 0.16 1.21 0.65 0.55
Hex D7 45 42 0 44 45 10 1 41 37
Octal 327 105 102 0 104 105 20 1 101 67
Binary 11010111 1000101 1000010 0 1000100 1000101 10000 1 1000001 110111

Color Harmonies of #D74542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74542

Black with #D74542

Text Example


Text Example

White with #D74542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74542; }

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

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

background-color css

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

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

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

border-color css

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

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

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