Html Css Color HEX #DA3A24 Cinnabar

📋 copy color: '#DA3A24'

red 218 ◦ green 58 ◦ blue 36

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

Shades of Cinnabar #DA3A24

Tints of Cinnabar #DA3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 69.87%
G = 18.59%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA3A24 (or 0xDA3A24) is known color: Cinnabar. HEX triplet: DA, 3A and 24. RGB value is (218,58,36). Sum of RGB (Red+Green+Blue) = 218+58+36=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A24 is #25C5DB. Grayscale: #676767. Windows color (decimal): -2475484 or 2374362. OLE color: 2374362.

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

Color convert

RGB 218 58 36 -
CMYK 0 0.73 0.83 0.15
HSL 7.25º 0.72% 0.5% -
HSV(B) 7.25º 0.83% 0.85% -
XYZ 30.74 18.06 3.53 -
YUV 103.33 90.01 209.79 -
System Red Green Blue C M Y K H S L
Decimal 218 58 36 0 0.73 0.83 0.15 7.25 0.72 0.5
Hex DA 3A 24 0 49 53 F 7 48 32
Octal 332 72 44 0 111 123 17 7 110 62
Binary 11011010 111010 100100 0 1001001 1010011 1111 111 1001000 110010

Color Harmonies of #DA3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A24

Black with #DA3A24

Text Example


Text Example

White with #DA3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A24; }

 p { color: rgb(218,58,36); }

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

background-color css

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

 a { background-color: rgb(218,58,36); }

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

border-color css

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

 span { border-color: rgb(218,58,36); }

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