Html Css Color HEX #DB4C35 Cinnabar

📋 copy color: '#DB4C35'

red 219 ◦ green 76 ◦ blue 53

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

Shades of Cinnabar #DB4C35

Tints of Cinnabar #DB4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 62.93%
G = 21.84%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB4C35 (or 0xDB4C35) is known color: Cinnabar. HEX triplet: DB, 4C and 35. RGB value is (219,76,53). Sum of RGB (Red+Green+Blue) = 219+76+53=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C35 is #24B3CA. Grayscale: #747474. Windows color (decimal): -2405323 or 3493083. OLE color: 3493083.

HSL color Cylindrical-coordinate representation of color #DB4C35: hue angle of 8.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB4C35 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 76 53 -
CMYK 0 0.65 0.76 0.14
HSL 8.31º 0.7% 0.53% -
HSV(B) 8.31º 0.76% 0.86% -
XYZ 32.44 20.49 5.61 -
YUV 116.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 219 76 53 0 0.65 0.76 0.14 8.31 0.7 0.53
Hex DB 4C 35 0 41 4C E 8 46 35
Octal 333 114 65 0 101 114 16 10 106 65
Binary 11011011 1001100 110101 0 1000001 1001100 1110 1000 1000110 110101

Color Harmonies of #DB4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C35

Black with #DB4C35

Text Example


Text Example

White with #DB4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C35; }

 p { color: rgb(219,76,53); }

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

background-color css

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

 a { background-color: rgb(219,76,53); }

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

border-color css

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

 span { border-color: rgb(219,76,53); }

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