Html Css Color HEX #DB4123 Cinnabar

📋 copy color: '#DB4123'

red 219 ◦ green 65 ◦ blue 35

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

Shades of Cinnabar #DB4123

Tints of Cinnabar #DB4123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.97%

R = 68.65%
G = 20.38%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4123 (or 0xDB4123) is known color: Cinnabar. HEX triplet: DB, 41 and 23. RGB value is (219,65,35). Sum of RGB (Red+Green+Blue) = 219+65+35=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4123 is #24BEDC. Grayscale: #6B6B6B. Windows color (decimal): -2408157 or 2310619. OLE color: 2310619.

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

Color convert

RGB 219 65 35 -
CMYK 0 0.70 0.84 0.14
HSL 9.78º 0.72% 0.5% -
HSV(B) 9.78º 0.84% 0.86% -
XYZ 31.41 18.96 3.59 -
YUV 107.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 219 65 35 0 0.70 0.84 0.14 9.78 0.72 0.5
Hex DB 41 23 0 46 54 E A 48 32
Octal 333 101 43 0 106 124 16 12 110 62
Binary 11011011 1000001 100011 0 1000110 1010100 1110 1010 1001000 110010

Color Harmonies of #DB4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4123

Black with #DB4123

Text Example


Text Example

White with #DB4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4123; }

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

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

background-color css

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

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

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

border-color css

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

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

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