Html Css Color HEX #DB4235 Cinnabar

📋 copy color: '#DB4235'

red 219 ◦ green 66 ◦ blue 53

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

Shades of Cinnabar #DB4235

Tints of Cinnabar #DB4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 64.79%
G = 19.53%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB4235 (or 0xDB4235) is known color: Cinnabar. HEX triplet: DB, 42 and 35. RGB value is (219,66,53). Sum of RGB (Red+Green+Blue) = 219+66+53=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4235 is #24BDCA. Grayscale: #6E6E6E. Windows color (decimal): -2407883 or 3490523. OLE color: 3490523.

HSL color Cylindrical-coordinate representation of color #DB4235: hue angle of 4.7º 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 #DB4235 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 53 -
CMYK 0 0.70 0.76 0.14
HSL 4.7º 0.7% 0.53% -
HSV(B) 4.7º 0.76% 0.86% -
XYZ 31.8 19.21 5.4 -
YUV 110.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 219 66 53 0 0.70 0.76 0.14 4.7 0.7 0.53
Hex DB 42 35 0 46 4C E 5 46 35
Octal 333 102 65 0 106 114 16 5 106 65
Binary 11011011 1000010 110101 0 1000110 1001100 1110 101 1000110 110101

Color Harmonies of #DB4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4235

Black with #DB4235

Text Example


Text Example

White with #DB4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4235; }

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

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

background-color css

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

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

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

border-color css

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

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

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