Html Css Color HEX #DB362F Cinnabar

📋 copy color: '#DB362F'

red 219 ◦ green 54 ◦ blue 47

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

Shades of Cinnabar #DB362F

Tints of Cinnabar #DB362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

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

R = 68.44%
G = 16.88%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB362F (or 0xDB362F) is known color: Cinnabar. HEX triplet: DB, 36 and 2F. RGB value is (219,54,47). Sum of RGB (Red+Green+Blue) = 219+54+47=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB362F is #24C9D0. Grayscale: #666666. Windows color (decimal): -2410961 or 3094235. OLE color: 3094235.

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

Color convert

RGB 219 54 47 -
CMYK 0 0.75 0.79 0.14
HSL 2.44º 0.7% 0.52% -
HSV(B) 2.44º 0.79% 0.86% -
XYZ 31.05 17.9 4.51 -
YUV 102.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 219 54 47 0 0.75 0.79 0.14 2.44 0.7 0.52
Hex DB 36 2F 0 4B 4F E 2 46 34
Octal 333 66 57 0 113 117 16 2 106 64
Binary 11011011 110110 101111 0 1001011 1001111 1110 10 1000110 110100

Color Harmonies of #DB362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB362F

Black with #DB362F

Text Example


Text Example

White with #DB362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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