Html Css Color HEX #D74029 Cinnabar

📋 copy color: '#D74029'

red 215 ◦ green 64 ◦ blue 41

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

Shades of Cinnabar #D74029

Tints of Cinnabar #D74029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 67.19%
G = 20%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D74029 (or 0xD74029) is known color: Cinnabar. HEX triplet: D7, 40 and 29. RGB value is (215,64,41). Sum of RGB (Red+Green+Blue) = 215+64+41=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74029 is #28BFD6. Grayscale: #6A6A6A. Windows color (decimal): -2670551 or 2703575. OLE color: 2703575.

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

Color convert

RGB 215 64 41 -
CMYK 0 0.70 0.81 0.16
HSL 7.93º 0.69% 0.5% -
HSV(B) 7.93º 0.81% 0.84% -
XYZ 30.26 18.27 4.03 -
YUV 106.53 91.03 205.37 -
System Red Green Blue C M Y K H S L
Decimal 215 64 41 0 0.70 0.81 0.16 7.93 0.69 0.5
Hex D7 40 29 0 46 51 10 8 45 32
Octal 327 100 51 0 106 121 20 10 105 62
Binary 11010111 1000000 101001 0 1000110 1010001 10000 1000 1000101 110010

Color Harmonies of #D74029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74029

Black with #D74029

Text Example


Text Example

White with #D74029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74029; }

 p { color: rgb(215,64,41); }

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

background-color css

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

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

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

border-color css

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

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

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