Html Css Color HEX #DB4130 Cinnabar

📋 copy color: '#DB4130'

red 219 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #DB4130

Tints of Cinnabar #DB4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 65.96%
G = 19.58%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4130 (or 0xDB4130) is known color: Cinnabar. HEX triplet: DB, 41 and 30. RGB value is (219,65,48). Sum of RGB (Red+Green+Blue) = 219+65+48=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4130 is #24BECF. Grayscale: #6D6D6D. Windows color (decimal): -2408144 or 3162587. OLE color: 3162587.

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

Color convert

RGB 219 65 48 -
CMYK 0 0.70 0.78 0.14
HSL 5.96º 0.7% 0.52% -
HSV(B) 5.96º 0.78% 0.86% -
XYZ 31.64 19.05 4.81 -
YUV 109.11 93.52 206.38 -
System Red Green Blue C M Y K H S L
Decimal 219 65 48 0 0.70 0.78 0.14 5.96 0.7 0.52
Hex DB 41 30 0 46 4E E 6 46 34
Octal 333 101 60 0 106 116 16 6 106 64
Binary 11011011 1000001 110000 0 1000110 1001110 1110 110 1000110 110100

Color Harmonies of #DB4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4130

Black with #DB4130

Text Example


Text Example

White with #DB4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4130; }

 p { color: rgb(219,65,48); }

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

background-color css

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

 a { background-color: rgb(219,65,48); }

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

border-color css

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

 span { border-color: rgb(219,65,48); }

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