Html Css Color HEX #DA3E2D Cinnabar

📋 copy color: '#DA3E2D'

red 218 ◦ green 62 ◦ blue 45

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

Shades of Cinnabar #DA3E2D

Tints of Cinnabar #DA3E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 67.08%
G = 19.08%
B = 13.85%

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

#DA3E2D (or 0xDA3E2D) is known color: Cinnabar. HEX triplet: DA, 3E and 2D. RGB value is (218,62,45). Sum of RGB (Red+Green+Blue) = 218+62+45=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E2D is #25C1D2. Grayscale: #6A6A6A. Windows color (decimal): -2474451 or 2965210. OLE color: 2965210.

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

Color convert

RGB 218 62 45 -
CMYK 0 0.72 0.79 0.15
HSL 5.9º 0.7% 0.52% -
HSV(B) 5.9º 0.79% 0.85% -
XYZ 31.11 18.54 4.42 -
YUV 106.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 218 62 45 0 0.72 0.79 0.15 5.9 0.7 0.52
Hex DA 3E 2D 0 48 4F F 6 46 34
Octal 332 76 55 0 110 117 17 6 106 64
Binary 11011010 111110 101101 0 1001000 1001111 1111 110 1000110 110100

Color Harmonies of #DA3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E2D

Black with #DA3E2D

Text Example


Text Example

White with #DA3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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