Html Css Color HEX #DB372A Cinnabar

📋 copy color: '#DB372A'

red 219 ◦ green 55 ◦ blue 42

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

Shades of Cinnabar #DB372A

Tints of Cinnabar #DB372A

RGB

 RED value IS 219 (85.94% from 255) = 69.3%

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 69.3%
G = 17.41%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB372A (or 0xDB372A) is known color: Cinnabar. HEX triplet: DB, 37 and 2A. RGB value is (219,55,42). Sum of RGB (Red+Green+Blue) = 219+55+42=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB372A is #24C8D5. Grayscale: #666666. Windows color (decimal): -2410710 or 2766811. OLE color: 2766811.

HSL color Cylindrical-coordinate representation of color #DB372A: hue angle of 4.41º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB372A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 42 -
CMYK 0 0.75 0.81 0.14
HSL 4.41º 0.71% 0.51% -
HSV(B) 4.41º 0.81% 0.86% -
XYZ 31 17.96 4.02 -
YUV 102.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 219 55 42 0 0.75 0.81 0.14 4.41 0.71 0.51
Hex DB 37 2A 0 4B 51 E 4 47 33
Octal 333 67 52 0 113 121 16 4 107 63
Binary 11011011 110111 101010 0 1001011 1010001 1110 100 1000111 110011

Color Harmonies of #DB372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB372A

Black with #DB372A

Text Example


Text Example

White with #DB372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB372A; }

 p { color: rgb(219,55,42); }

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

background-color css

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

 a { background-color: rgb(219,55,42); }

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

border-color css

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

 span { border-color: rgb(219,55,42); }

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