Html Css Color HEX #DA4726 Cinnabar

📋 copy color: '#DA4726'

red 218 ◦ green 71 ◦ blue 38

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

Shades of Cinnabar #DA4726

Tints of Cinnabar #DA4726

RGB

 RED value IS 218 (85.55% from 255) = 66.67%

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 66.67%
G = 21.71%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4726 (or 0xDA4726) is known color: Cinnabar. HEX triplet: DA, 47 and 26. RGB value is (218,71,38). Sum of RGB (Red+Green+Blue) = 218+71+38=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4726 is #25B8D9. Grayscale: #6F6F6F. Windows color (decimal): -2472154 or 2508762. OLE color: 2508762.

HSL color Cylindrical-coordinate representation of color #DA4726: hue angle of 11º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA4726 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 38 -
CMYK 0 0.67 0.83 0.15
HSL 11º 0.71% 0.5% -
HSV(B) 11º 0.83% 0.85% -
XYZ 31.52 19.55 3.95 -
YUV 111.19 86.7 204.18 -
System Red Green Blue C M Y K H S L
Decimal 218 71 38 0 0.67 0.83 0.15 11 0.71 0.5
Hex DA 47 26 0 43 53 F B 47 32
Octal 332 107 46 0 103 123 17 13 107 62
Binary 11011010 1000111 100110 0 1000011 1010011 1111 1011 1000111 110010

Color Harmonies of #DA4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4726

Black with #DA4726

Text Example


Text Example

White with #DA4726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4726; }

 p { color: rgb(218,71,38); }

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

background-color css

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

 a { background-color: rgb(218,71,38); }

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

border-color css

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

 span { border-color: rgb(218,71,38); }

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