Html Css Color HEX #D74626 Cinnabar

📋 copy color: '#D74626'

red 215 ◦ green 70 ◦ blue 38

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

Shades of Cinnabar #D74626

Tints of Cinnabar #D74626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

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

R = 66.56%
G = 21.67%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D74626 (or 0xD74626) is known color: Cinnabar. HEX triplet: D7, 46 and 26. RGB value is (215,70,38). Sum of RGB (Red+Green+Blue) = 215+70+38=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D74626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74626 is #28B9D9. Grayscale: #6D6D6D. Windows color (decimal): -2669018 or 2508503. OLE color: 2508503.

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

Color convert

RGB 215 70 38 -
CMYK 0 0.67 0.82 0.16
HSL 10.85º 0.7% 0.5% -
HSV(B) 10.85º 0.82% 0.84% -
XYZ 30.56 18.97 3.88 -
YUV 109.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 215 70 38 0 0.67 0.82 0.16 10.85 0.7 0.5
Hex D7 46 26 0 43 52 10 B 46 32
Octal 327 106 46 0 103 122 20 13 106 62
Binary 11010111 1000110 100110 0 1000011 1010010 10000 1011 1000110 110010

Color Harmonies of #D74626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74626

Black with #D74626

Text Example


Text Example

White with #D74626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74626; }

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

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

background-color css

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

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

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

border-color css

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

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

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