Html Css Color HEX #DA4C3A Cinnabar

📋 copy color: '#DA4C3A'

red 218 ◦ green 76 ◦ blue 58

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

Shades of Cinnabar #DA4C3A

Tints of Cinnabar #DA4C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 61.93%
G = 21.59%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA4C3A (or 0xDA4C3A) is known color: Cinnabar. HEX triplet: DA, 4C and 3A. RGB value is (218,76,58). Sum of RGB (Red+Green+Blue) = 218+76+58=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C3A is #25B3C5. Grayscale: #747474. Windows color (decimal): -2470854 or 3820762. OLE color: 3820762.

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

Color convert

RGB 218 76 58 -
CMYK 0 0.65 0.73 0.15
HSL 6.75º 0.68% 0.54% -
HSV(B) 6.75º 0.73% 0.85% -
XYZ 32.26 20.38 6.24 -
YUV 116.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 218 76 58 0 0.65 0.73 0.15 6.75 0.68 0.54
Hex DA 4C 3A 0 41 49 F 7 44 36
Octal 332 114 72 0 101 111 17 7 104 66
Binary 11011010 1001100 111010 0 1000001 1001001 1111 111 1000100 110110

Color Harmonies of #DA4C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C3A

Black with #DA4C3A

Text Example


Text Example

White with #DA4C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C3A; }

 p { color: rgb(218,76,58); }

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

background-color css

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

 a { background-color: rgb(218,76,58); }

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

border-color css

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

 span { border-color: rgb(218,76,58); }

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