Html Css Color HEX #DA3C36 Cinnabar

📋 copy color: '#DA3C36'

red 218 ◦ green 60 ◦ blue 54

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

Shades of Cinnabar #DA3C36

Tints of Cinnabar #DA3C36

RGB

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

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

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

R = 65.66%
G = 18.07%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3C36 (or 0xDA3C36) is known color: Cinnabar. HEX triplet: DA, 3C and 36. RGB value is (218,60,54). Sum of RGB (Red+Green+Blue) = 218+60+54=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C36 is #25C3C9. Grayscale: #6A6A6A. Windows color (decimal): -2474954 or 3554522. OLE color: 3554522.

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

Color convert

RGB 218 60 54 -
CMYK 0 0.72 0.75 0.15
HSL 2.2º 0.69% 0.53% -
HSV(B) 2.2º 0.75% 0.85% -
XYZ 31.2 18.4 5.4 -
YUV 106.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 218 60 54 0 0.72 0.75 0.15 2.2 0.69 0.53
Hex DA 3C 36 0 48 4B F 2 45 35
Octal 332 74 66 0 110 113 17 2 105 65
Binary 11011010 111100 110110 0 1001000 1001011 1111 10 1000101 110101

Color Harmonies of #DA3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C36

Black with #DA3C36

Text Example


Text Example

White with #DA3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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