Html Css Color HEX #DB433C Cinnabar

📋 copy color: '#DB433C'

red 219 ◦ green 67 ◦ blue 60

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

Shades of Cinnabar #DB433C

Tints of Cinnabar #DB433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 63.29%
G = 19.36%
B = 17.34%

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

#DB433C (or 0xDB433C) is known color: Cinnabar. HEX triplet: DB, 43 and 3C. RGB value is (219,67,60). Sum of RGB (Red+Green+Blue) = 219+67+60=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB433C is #24BCC3. Grayscale: #6F6F6F. Windows color (decimal): -2407620 or 3949531. OLE color: 3949531.

HSL color Cylindrical-coordinate representation of color #DB433C: hue angle of 2.64º 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 #DB433C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 60 -
CMYK 0 0.69 0.73 0.14
HSL 2.64º 0.69% 0.55% -
HSV(B) 2.64º 0.73% 0.86% -
XYZ 32.04 19.4 6.33 -
YUV 111.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 219 67 60 0 0.69 0.73 0.14 2.64 0.69 0.55
Hex DB 43 3C 0 45 49 E 3 45 37
Octal 333 103 74 0 105 111 16 3 105 67
Binary 11011011 1000011 111100 0 1000101 1001001 1110 11 1000101 110111

Color Harmonies of #DB433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB433C

Black with #DB433C

Text Example


Text Example

White with #DB433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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