Html Css Color HEX #DA4C3E Cinnabar

📋 copy color: '#DA4C3E'

red 218 ◦ green 76 ◦ blue 62

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

Shades of Cinnabar #DA4C3E

Tints of Cinnabar #DA4C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 61.24%
G = 21.35%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA4C3E (or 0xDA4C3E) is known color: Cinnabar. HEX triplet: DA, 4C and 3E. RGB value is (218,76,62). Sum of RGB (Red+Green+Blue) = 218+76+62=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C3E is #25B3C1. Grayscale: #757575. Windows color (decimal): -2470850 or 4082906. OLE color: 4082906.

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

Color convert

RGB 218 76 62 -
CMYK 0 0.65 0.72 0.15
HSL 5.38º 0.68% 0.55% -
HSV(B) 5.38º 0.72% 0.85% -
XYZ 32.37 20.42 6.79 -
YUV 116.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 218 76 62 0 0.65 0.72 0.15 5.38 0.68 0.55
Hex DA 4C 3E 0 41 48 F 5 44 37
Octal 332 114 76 0 101 110 17 5 104 67
Binary 11011010 1001100 111110 0 1000001 1001000 1111 101 1000100 110111

Color Harmonies of #DA4C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C3E

Black with #DA4C3E

Text Example


Text Example

White with #DA4C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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