Html Css Color HEX #DA4A3C Cinnabar

📋 copy color: '#DA4A3C'

red 218 ◦ green 74 ◦ blue 60

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

Shades of Cinnabar #DA4A3C

Tints of Cinnabar #DA4A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 61.93%
G = 21.02%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA4A3C (or 0xDA4A3C) is known color: Cinnabar. HEX triplet: DA, 4A and 3C. RGB value is (218,74,60). Sum of RGB (Red+Green+Blue) = 218+74+60=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A3C is #25B5C3. Grayscale: #737373. Windows color (decimal): -2471364 or 3951322. OLE color: 3951322.

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

Color convert

RGB 218 74 60 -
CMYK 0 0.66 0.72 0.15
HSL 5.32º 0.68% 0.55% -
HSV(B) 5.32º 0.72% 0.85% -
XYZ 32.18 20.13 6.46 -
YUV 115.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 218 74 60 0 0.66 0.72 0.15 5.32 0.68 0.55
Hex DA 4A 3C 0 42 48 F 5 44 37
Octal 332 112 74 0 102 110 17 5 104 67
Binary 11011010 1001010 111100 0 1000010 1001000 1111 101 1000100 110111

Color Harmonies of #DA4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A3C

Black with #DA4A3C

Text Example


Text Example

White with #DA4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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