Html Css Color HEX #DA3628 Cinnabar

📋 copy color: '#DA3628'

red 218 ◦ green 54 ◦ blue 40

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

Shades of Cinnabar #DA3628

Tints of Cinnabar #DA3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 69.87%
G = 17.31%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3628 (or 0xDA3628) is known color: Cinnabar. HEX triplet: DA, 36 and 28. RGB value is (218,54,40). Sum of RGB (Red+Green+Blue) = 218+54+40=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3628 is #25C9D7. Grayscale: #656565. Windows color (decimal): -2476504 or 2635482. OLE color: 2635482.

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

Color convert

RGB 218 54 40 -
CMYK 0 0.75 0.82 0.15
HSL 4.72º 0.71% 0.51% -
HSV(B) 4.72º 0.82% 0.85% -
XYZ 30.62 17.7 3.81 -
YUV 101.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 218 54 40 0 0.75 0.82 0.15 4.72 0.71 0.51
Hex DA 36 28 0 4B 52 F 5 47 33
Octal 332 66 50 0 113 122 17 5 107 63
Binary 11011010 110110 101000 0 1001011 1010010 1111 101 1000111 110011

Color Harmonies of #DA3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3628

Black with #DA3628

Text Example


Text Example

White with #DA3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3628; }

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

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

background-color css

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

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

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

border-color css

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

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

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