Html Css Color HEX #DA4D26 Cinnabar

📋 copy color: '#DA4D26'

red 218 ◦ green 77 ◦ blue 38

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

Shades of Cinnabar #DA4D26

Tints of Cinnabar #DA4D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

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

R = 65.47%
G = 23.12%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4D26 (or 0xDA4D26) is known color: Cinnabar. HEX triplet: DA, 4D and 26. RGB value is (218,77,38). Sum of RGB (Red+Green+Blue) = 218+77+38=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D26 is #25B2D9. Grayscale: #737373. Windows color (decimal): -2470618 or 2510298. OLE color: 2510298.

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

Color convert

RGB 218 77 38 -
CMYK 0 0.65 0.83 0.15
HSL 13º 0.71% 0.5% -
HSV(B) 13º 0.83% 0.85% -
XYZ 31.92 20.35 4.08 -
YUV 114.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 218 77 38 0 0.65 0.83 0.15 13 0.71 0.5
Hex DA 4D 26 0 41 53 F D 47 32
Octal 332 115 46 0 101 123 17 15 107 62
Binary 11011010 1001101 100110 0 1000001 1010011 1111 1101 1000111 110010

Color Harmonies of #DA4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D26

Black with #DA4D26

Text Example


Text Example

White with #DA4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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