Html Css Color HEX #DA3E2E Cinnabar

📋 copy color: '#DA3E2E'

red 218 ◦ green 62 ◦ blue 46

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

Shades of Cinnabar #DA3E2E

Tints of Cinnabar #DA3E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 66.87%
G = 19.02%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA3E2E (or 0xDA3E2E) is known color: Cinnabar. HEX triplet: DA, 3E and 2E. RGB value is (218,62,46). Sum of RGB (Red+Green+Blue) = 218+62+46=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E2E is #25C1D1. Grayscale: #6B6B6B. Windows color (decimal): -2474450 or 3030746. OLE color: 3030746.

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

Color convert

RGB 218 62 46 -
CMYK 0 0.72 0.79 0.15
HSL 5.58º 0.7% 0.52% -
HSV(B) 5.58º 0.79% 0.85% -
XYZ 31.13 18.55 4.52 -
YUV 106.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 218 62 46 0 0.72 0.79 0.15 5.58 0.7 0.52
Hex DA 3E 2E 0 48 4F F 6 46 34
Octal 332 76 56 0 110 117 17 6 106 64
Binary 11011010 111110 101110 0 1001000 1001111 1111 110 1000110 110100

Color Harmonies of #DA3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E2E

Black with #DA3E2E

Text Example


Text Example

White with #DA3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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