Html Css Color HEX #DA3C23 Cinnabar

📋 copy color: '#DA3C23'

red 218 ◦ green 60 ◦ blue 35

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

Shades of Cinnabar #DA3C23

Tints of Cinnabar #DA3C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.18%

R = 69.65%
G = 19.17%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3C23 (or 0xDA3C23) is known color: Cinnabar. HEX triplet: DA, 3C and 23. RGB value is (218,60,35). Sum of RGB (Red+Green+Blue) = 218+60+35=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C23 is #25C3DC. Grayscale: #686868. Windows color (decimal): -2474973 or 2309338. OLE color: 2309338.

HSL color Cylindrical-coordinate representation of color #DA3C23: hue angle of 8.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA3C23 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 35 -
CMYK 0 0.72 0.84 0.15
HSL 8.2º 0.72% 0.5% -
HSV(B) 8.2º 0.84% 0.85% -
XYZ 30.83 18.26 3.49 -
YUV 104.39 88.85 209.03 -
System Red Green Blue C M Y K H S L
Decimal 218 60 35 0 0.72 0.84 0.15 8.2 0.72 0.5
Hex DA 3C 23 0 48 54 F 8 48 32
Octal 332 74 43 0 110 124 17 10 110 62
Binary 11011010 111100 100011 0 1001000 1010100 1111 1000 1001000 110010

Color Harmonies of #DA3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C23

Black with #DA3C23

Text Example


Text Example

White with #DA3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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