Html Css Color HEX #DB4325 Cinnabar

📋 copy color: '#DB4325'

red 219 ◦ green 67 ◦ blue 37

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

Shades of Cinnabar #DB4325

Tints of Cinnabar #DB4325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

 BLUE value IS 37 (14.84% from 255) = 11.46%

R = 67.8%
G = 20.74%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB4325 (or 0xDB4325) is known color: Cinnabar. HEX triplet: DB, 43 and 25. RGB value is (219,67,37). Sum of RGB (Red+Green+Blue) = 219+67+37=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4325 is #24BCDA. Grayscale: #6D6D6D. Windows color (decimal): -2407643 or 2442203. OLE color: 2442203.

HSL color Cylindrical-coordinate representation of color #DB4325: hue angle of 9.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB4325 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 37 -
CMYK 0 0.69 0.83 0.14
HSL 9.89º 0.72% 0.5% -
HSV(B) 9.89º 0.83% 0.86% -
XYZ 31.55 19.21 3.79 -
YUV 109.03 87.36 206.44 -
System Red Green Blue C M Y K H S L
Decimal 219 67 37 0 0.69 0.83 0.14 9.89 0.72 0.5
Hex DB 43 25 0 45 53 E A 48 32
Octal 333 103 45 0 105 123 16 12 110 62
Binary 11011011 1000011 100101 0 1000101 1010011 1110 1010 1001000 110010

Color Harmonies of #DB4325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4325

Black with #DB4325

Text Example


Text Example

White with #DB4325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4325; }

 p { color: rgb(219,67,37); }

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

background-color css

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

 a { background-color: rgb(219,67,37); }

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

border-color css

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

 span { border-color: rgb(219,67,37); }

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