Html Css Color HEX #DB422F Cinnabar

📋 copy color: '#DB422F'

red 219 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #DB422F

Tints of Cinnabar #DB422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 65.96%
G = 19.88%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB422F (or 0xDB422F) is known color: Cinnabar. HEX triplet: DB, 42 and 2F. RGB value is (219,66,47). Sum of RGB (Red+Green+Blue) = 219+66+47=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB422F is #24BDD0. Grayscale: #6D6D6D. Windows color (decimal): -2407889 or 3097307. OLE color: 3097307.

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

Color convert

RGB 219 66 47 -
CMYK 0 0.70 0.79 0.14
HSL 6.63º 0.7% 0.52% -
HSV(B) 6.63º 0.79% 0.86% -
XYZ 31.67 19.16 4.72 -
YUV 109.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 219 66 47 0 0.70 0.79 0.14 6.63 0.7 0.52
Hex DB 42 2F 0 46 4F E 7 46 34
Octal 333 102 57 0 106 117 16 7 106 64
Binary 11011011 1000010 101111 0 1000110 1001111 1110 111 1000110 110100

Color Harmonies of #DB422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB422F

Black with #DB422F

Text Example


Text Example

White with #DB422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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