Html Css Color HEX #DA4626 Cinnabar

📋 copy color: '#DA4626'

red 218 ◦ green 70 ◦ blue 38

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

Shades of Cinnabar #DA4626

Tints of Cinnabar #DA4626

RGB

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

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

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

R = 66.87%
G = 21.47%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4626 (or 0xDA4626) is known color: Cinnabar. HEX triplet: DA, 46 and 26. RGB value is (218,70,38). Sum of RGB (Red+Green+Blue) = 218+70+38=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4626 is #25B9D9. Grayscale: #6E6E6E. Windows color (decimal): -2472410 or 2508506. OLE color: 2508506.

HSL color Cylindrical-coordinate representation of color #DA4626: hue angle of 10.67º 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 #DA4626 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 38 -
CMYK 0 0.68 0.83 0.15
HSL 10.67º 0.71% 0.5% -
HSV(B) 10.67º 0.83% 0.85% -
XYZ 31.45 19.43 3.93 -
YUV 110.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 218 70 38 0 0.68 0.83 0.15 10.67 0.71 0.5
Hex DA 46 26 0 44 53 F B 47 32
Octal 332 106 46 0 104 123 17 13 107 62
Binary 11011010 1000110 100110 0 1000100 1010011 1111 1011 1000111 110010

Color Harmonies of #DA4626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4626

Black with #DA4626

Text Example


Text Example

White with #DA4626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4626; }

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

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

background-color css

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

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

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

border-color css

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

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

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