Html Css Color HEX #DA3C32 Cinnabar

📋 copy color: '#DA3C32'

red 218 ◦ green 60 ◦ blue 50

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

Shades of Cinnabar #DA3C32

Tints of Cinnabar #DA3C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 66.46%
G = 18.29%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3C32 (or 0xDA3C32) is known color: Cinnabar. HEX triplet: DA, 3C and 32. RGB value is (218,60,50). Sum of RGB (Red+Green+Blue) = 218+60+50=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C32 is #25C3CD. Grayscale: #6A6A6A. Windows color (decimal): -2474958 or 3292378. OLE color: 3292378.

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

Color convert

RGB 218 60 50 -
CMYK 0 0.72 0.77 0.15
HSL 3.57º 0.69% 0.53% -
HSV(B) 3.57º 0.77% 0.85% -
XYZ 31.11 18.37 4.92 -
YUV 106.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 218 60 50 0 0.72 0.77 0.15 3.57 0.69 0.53
Hex DA 3C 32 0 48 4D F 4 45 35
Octal 332 74 62 0 110 115 17 4 105 65
Binary 11011010 111100 110010 0 1001000 1001101 1111 100 1000101 110101

Color Harmonies of #DA3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C32

Black with #DA3C32

Text Example


Text Example

White with #DA3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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