Html Css Color HEX #DB0A2F Crimson

📋 copy color: '#DB0A2F'

red 219 ◦ green 10 ◦ blue 47

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

Shades of Crimson #DB0A2F

Tints of Crimson #DB0A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

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

R = 79.35%
G = 3.62%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB0A2F (or 0xDB0A2F) is known color: Crimson. HEX triplet: DB, 0A and 2F. RGB value is (219,10,47). Sum of RGB (Red+Green+Blue) = 219+10+47=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0A2F is #24F5D0. Grayscale: #4C4C4C. Windows color (decimal): -2422225 or 3082971. OLE color: 3082971.

HSL color Cylindrical-coordinate representation of color #DB0A2F: hue angle of 349.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0A2F is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 10 47 -
CMYK 0 0.95 0.79 0.14
HSL 349.38º 0.91% 0.45% -
HSV(B) 349.38º 0.95% 0.86% -
XYZ 29.84 15.48 4.11 -
YUV 76.71 111.24 229.49 -
System Red Green Blue C M Y K H S L
Decimal 219 10 47 0 0.95 0.79 0.14 349.38 0.91 0.45
Hex DB A 2F 0 5F 4F E 15D 5B 2D
Octal 333 12 57 0 137 117 16 535 133 55
Binary 11011011 1010 101111 0 1011111 1001111 1110 101011101 1011011 101101

Color Harmonies of #DB0A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0A2F

Black with #DB0A2F

Text Example


Text Example

White with #DB0A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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