Html Css Color HEX #DA3C28 Cinnabar

📋 copy color: '#DA3C28'

red 218 ◦ green 60 ◦ blue 40

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

Shades of Cinnabar #DA3C28

Tints of Cinnabar #DA3C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 68.55%
G = 18.87%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3C28 (or 0xDA3C28) is known color: Cinnabar. HEX triplet: DA, 3C and 28. RGB value is (218,60,40). Sum of RGB (Red+Green+Blue) = 218+60+40=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C28 is #25C3D7. Grayscale: #696969. Windows color (decimal): -2474968 or 2637018. OLE color: 2637018.

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

Color convert

RGB 218 60 40 -
CMYK 0 0.72 0.82 0.15
HSL 6.74º 0.71% 0.51% -
HSV(B) 6.74º 0.82% 0.85% -
XYZ 30.91 18.29 3.91 -
YUV 104.96 91.35 208.63 -
System Red Green Blue C M Y K H S L
Decimal 218 60 40 0 0.72 0.82 0.15 6.74 0.71 0.51
Hex DA 3C 28 0 48 52 F 7 47 33
Octal 332 74 50 0 110 122 17 7 107 63
Binary 11011010 111100 101000 0 1001000 1010010 1111 111 1000111 110011

Color Harmonies of #DA3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C28

Black with #DA3C28

Text Example


Text Example

White with #DA3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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