Html Css Color HEX #D74026 Cinnabar

📋 copy color: '#D74026'

red 215 ◦ green 64 ◦ blue 38

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

Shades of Cinnabar #D74026

Tints of Cinnabar #D74026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 67.82%
G = 20.19%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D74026 (or 0xD74026) is known color: Cinnabar. HEX triplet: D7, 40 and 26. RGB value is (215,64,38). Sum of RGB (Red+Green+Blue) = 215+64+38=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D74026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74026 is #28BFD9. Grayscale: #6A6A6A. Windows color (decimal): -2670554 or 2506967. OLE color: 2506967.

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

Color convert

RGB 215 64 38 -
CMYK 0 0.70 0.82 0.16
HSL 8.81º 0.7% 0.5% -
HSV(B) 8.81º 0.82% 0.84% -
XYZ 30.21 18.25 3.76 -
YUV 106.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 215 64 38 0 0.70 0.82 0.16 8.81 0.7 0.5
Hex D7 40 26 0 46 52 10 9 46 32
Octal 327 100 46 0 106 122 20 11 106 62
Binary 11010111 1000000 100110 0 1000110 1010010 10000 1001 1000110 110010

Color Harmonies of #D74026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74026

Black with #D74026

Text Example


Text Example

White with #D74026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74026; }

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

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

background-color css

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

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

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

border-color css

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

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

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