Html Css Color HEX #DA372B Cinnabar

📋 copy color: '#DA372B'

red 218 ◦ green 55 ◦ blue 43

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

Shades of Cinnabar #DA372B

Tints of Cinnabar #DA372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 68.99%
G = 17.41%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA372B (or 0xDA372B) is known color: Cinnabar. HEX triplet: DA, 37 and 2B. RGB value is (218,55,43). Sum of RGB (Red+Green+Blue) = 218+55+43=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA372B is #25C8D4. Grayscale: #666666. Windows color (decimal): -2476245 or 2832346. OLE color: 2832346.

HSL color Cylindrical-coordinate representation of color #DA372B: hue angle of 4.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA372B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 43 -
CMYK 0 0.75 0.80 0.15
HSL 4.11º 0.7% 0.51% -
HSV(B) 4.11º 0.8% 0.85% -
XYZ 30.72 17.81 4.1 -
YUV 102.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 218 55 43 0 0.75 0.80 0.15 4.11 0.7 0.51
Hex DA 37 2B 0 4B 50 F 4 46 33
Octal 332 67 53 0 113 120 17 4 106 63
Binary 11011010 110111 101011 0 1001011 1010000 1111 100 1000110 110011

Color Harmonies of #DA372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA372B

Black with #DA372B

Text Example


Text Example

White with #DA372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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