Html Css Color HEX #DB433B Cinnabar

📋 copy color: '#DB433B'

red 219 ◦ green 67 ◦ blue 59

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

Shades of Cinnabar #DB433B

Tints of Cinnabar #DB433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 63.48%
G = 19.42%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB433B (or 0xDB433B) is known color: Cinnabar. HEX triplet: DB, 43 and 3B. RGB value is (219,67,59). Sum of RGB (Red+Green+Blue) = 219+67+59=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB433B is #24BCC4. Grayscale: #6F6F6F. Windows color (decimal): -2407621 or 3883995. OLE color: 3883995.

HSL color Cylindrical-coordinate representation of color #DB433B: hue angle of 3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB433B is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 59 -
CMYK 0 0.69 0.73 0.14
HSL 0.69% 0.55% -
HSV(B) 0.73% 0.86% -
XYZ 32.01 19.39 6.19 -
YUV 111.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 219 67 59 0 0.69 0.73 0.14 3 0.69 0.55
Hex DB 43 3B 0 45 49 E 3 45 37
Octal 333 103 73 0 105 111 16 3 105 67
Binary 11011011 1000011 111011 0 1000101 1001001 1110 11 1000101 110111

Color Harmonies of #DB433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB433B

Black with #DB433B

Text Example


Text Example

White with #DB433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB433B; }

 p { color: rgb(219,67,59); }

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

background-color css

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

 a { background-color: rgb(219,67,59); }

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

border-color css

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

 span { border-color: rgb(219,67,59); }

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