Html Css Color HEX #DB4A41 Cinnabar

📋 copy color: '#DB4A41'

red 219 ◦ green 74 ◦ blue 65

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

Shades of Cinnabar #DB4A41

Tints of Cinnabar #DB4A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 61.17%
G = 20.67%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB4A41 (or 0xDB4A41) is known color: Cinnabar. HEX triplet: DB, 4A and 41. RGB value is (219,74,65). Sum of RGB (Red+Green+Blue) = 219+74+65=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A41 is #24B5BE. Grayscale: #747474. Windows color (decimal): -2405823 or 4279003. OLE color: 4279003.

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

Color convert

RGB 219 74 65 -
CMYK 0 0.66 0.70 0.14
HSL 3.51º 0.68% 0.56% -
HSV(B) 3.51º 0.7% 0.86% -
XYZ 32.62 20.34 7.21 -
YUV 116.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 219 74 65 0 0.66 0.70 0.14 3.51 0.68 0.56
Hex DB 4A 41 0 42 46 E 4 44 38
Octal 333 112 101 0 102 106 16 4 104 70
Binary 11011011 1001010 1000001 0 1000010 1000110 1110 100 1000100 111000

Color Harmonies of #DB4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A41

Black with #DB4A41

Text Example


Text Example

White with #DB4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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