Html Css Color HEX #DA372E Cinnabar

📋 copy color: '#DA372E'

red 218 ◦ green 55 ◦ blue 46

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

Shades of Cinnabar #DA372E

Tints of Cinnabar #DA372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

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

R = 68.34%
G = 17.24%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA372E (or 0xDA372E) is known color: Cinnabar. HEX triplet: DA, 37 and 2E. RGB value is (218,55,46). Sum of RGB (Red+Green+Blue) = 218+55+46=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA372E is #25C8D1. Grayscale: #666666. Windows color (decimal): -2476242 or 3028954. OLE color: 3028954.

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

Color convert

RGB 218 55 46 -
CMYK 0 0.75 0.79 0.15
HSL 3.14º 0.7% 0.52% -
HSV(B) 3.14º 0.79% 0.85% -
XYZ 30.77 17.84 4.41 -
YUV 102.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 218 55 46 0 0.75 0.79 0.15 3.14 0.7 0.52
Hex DA 37 2E 0 4B 4F F 3 46 34
Octal 332 67 56 0 113 117 17 3 106 64
Binary 11011010 110111 101110 0 1001011 1001111 1111 11 1000110 110100

Color Harmonies of #DA372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA372E

Black with #DA372E

Text Example


Text Example

White with #DA372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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