Html Css Color HEX #DA3836 Cinnabar

📋 copy color: '#DA3836'

red 218 ◦ green 56 ◦ blue 54

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

Shades of Cinnabar #DA3836

Tints of Cinnabar #DA3836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 66.46%
G = 17.07%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3836 (or 0xDA3836) is known color: Cinnabar. HEX triplet: DA, 38 and 36. RGB value is (218,56,54). Sum of RGB (Red+Green+Blue) = 218+56+54=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3836 is #25C7C9. Grayscale: #686868. Windows color (decimal): -2475978 or 3553498. OLE color: 3553498.

HSL color Cylindrical-coordinate representation of color #DA3836: hue angle of 0.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3836 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 54 -
CMYK 0 0.74 0.75 0.15
HSL 0.73º 0.69% 0.53% -
HSV(B) 0.73º 0.75% 0.85% -
XYZ 30.99 18 5.33 -
YUV 104.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 218 56 54 0 0.74 0.75 0.15 0.73 0.69 0.53
Hex DA 38 36 0 4A 4B F 1 45 35
Octal 332 70 66 0 112 113 17 1 105 65
Binary 11011010 111000 110110 0 1001010 1001011 1111 1 1000101 110101

Color Harmonies of #DA3836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3836

Black with #DA3836

Text Example


Text Example

White with #DA3836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3836; }

 p { color: rgb(218,56,54); }

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

background-color css

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

 a { background-color: rgb(218,56,54); }

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

border-color css

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

 span { border-color: rgb(218,56,54); }

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