Html Css Color HEX #DB432B Cinnabar

📋 copy color: '#DB432B'

red 219 ◦ green 67 ◦ blue 43

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

Shades of Cinnabar #DB432B

Tints of Cinnabar #DB432B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 66.57%
G = 20.36%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB432B (or 0xDB432B) is known color: Cinnabar. HEX triplet: DB, 43 and 2B. RGB value is (219,67,43). Sum of RGB (Red+Green+Blue) = 219+67+43=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB432B is #24BCD4. Grayscale: #6D6D6D. Windows color (decimal): -2407637 or 2835419. OLE color: 2835419.

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

Color convert

RGB 219 67 43 -
CMYK 0 0.69 0.80 0.14
HSL 8.18º 0.71% 0.51% -
HSV(B) 8.18º 0.8% 0.86% -
XYZ 31.66 19.25 4.33 -
YUV 109.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 219 67 43 0 0.69 0.80 0.14 8.18 0.71 0.51
Hex DB 43 2B 0 45 50 E 8 47 33
Octal 333 103 53 0 105 120 16 10 107 63
Binary 11011011 1000011 101011 0 1000101 1010000 1110 1000 1000111 110011

Color Harmonies of #DB432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB432B

Black with #DB432B

Text Example


Text Example

White with #DB432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB432B; }

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

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

background-color css

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

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

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

border-color css

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

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

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