Html Css Color HEX #D74826 Cinnabar

📋 copy color: '#D74826'

red 215 ◦ green 72 ◦ blue 38

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

Shades of Cinnabar #D74826

Tints of Cinnabar #D74826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

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

R = 66.15%
G = 22.15%
B = 11.69%

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

#D74826 (or 0xD74826) is known color: Cinnabar. HEX triplet: D7, 48 and 26. RGB value is (215,72,38). Sum of RGB (Red+Green+Blue) = 215+72+38=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D74826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74826 is #28B7D9. Grayscale: #6F6F6F. Windows color (decimal): -2668506 or 2509015. OLE color: 2509015.

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

Color convert

RGB 215 72 38 -
CMYK 0 0.67 0.82 0.16
HSL 11.53º 0.7% 0.5% -
HSV(B) 11.53º 0.82% 0.84% -
XYZ 30.69 19.22 3.93 -
YUV 110.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 215 72 38 0 0.67 0.82 0.16 11.53 0.7 0.5
Hex D7 48 26 0 43 52 10 C 46 32
Octal 327 110 46 0 103 122 20 14 106 62
Binary 11010111 1001000 100110 0 1000011 1010010 10000 1100 1000110 110010

Color Harmonies of #D74826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74826

Black with #D74826

Text Example


Text Example

White with #D74826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74826; }

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

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

background-color css

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

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

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

border-color css

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

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

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