Html Css Color HEX #DA3828 Cinnabar

📋 copy color: '#DA3828'

red 218 ◦ green 56 ◦ blue 40

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

Shades of Cinnabar #DA3828

Tints of Cinnabar #DA3828

RGB

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

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

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

R = 69.43%
G = 17.83%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3828 (or 0xDA3828) is known color: Cinnabar. HEX triplet: DA, 38 and 28. RGB value is (218,56,40). Sum of RGB (Red+Green+Blue) = 218+56+40=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3828 is #25C7D7. Grayscale: #666666. Windows color (decimal): -2475992 or 2635994. OLE color: 2635994.

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

Color convert

RGB 218 56 40 -
CMYK 0 0.74 0.82 0.15
HSL 5.39º 0.71% 0.51% -
HSV(B) 5.39º 0.82% 0.85% -
XYZ 30.71 17.89 3.84 -
YUV 102.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 218 56 40 0 0.74 0.82 0.15 5.39 0.71 0.51
Hex DA 38 28 0 4A 52 F 5 47 33
Octal 332 70 50 0 112 122 17 5 107 63
Binary 11011010 111000 101000 0 1001010 1010010 1111 101 1000111 110011

Color Harmonies of #DA3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3828

Black with #DA3828

Text Example


Text Example

White with #DA3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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