Html Css Color HEX #DA4A3E Cinnabar

📋 copy color: '#DA4A3E'

red 218 ◦ green 74 ◦ blue 62

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

Shades of Cinnabar #DA4A3E

Tints of Cinnabar #DA4A3E

RGB

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

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

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

R = 61.58%
G = 20.9%
B = 17.51%

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

#DA4A3E (or 0xDA4A3E) is known color: Cinnabar. HEX triplet: DA, 4A and 3E. RGB value is (218,74,62). Sum of RGB (Red+Green+Blue) = 218+74+62=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A3E is #25B5C1. Grayscale: #737373. Windows color (decimal): -2471362 or 4082394. OLE color: 4082394.

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

Color convert

RGB 218 74 62 -
CMYK 0 0.66 0.72 0.15
HSL 4.62º 0.68% 0.55% -
HSV(B) 4.62º 0.72% 0.85% -
XYZ 32.23 20.15 6.75 -
YUV 115.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 218 74 62 0 0.66 0.72 0.15 4.62 0.68 0.55
Hex DA 4A 3E 0 42 48 F 5 44 37
Octal 332 112 76 0 102 110 17 5 104 67
Binary 11011010 1001010 111110 0 1000010 1001000 1111 101 1000100 110111

Color Harmonies of #DA4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A3E

Black with #DA4A3E

Text Example


Text Example

White with #DA4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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