Html Css Color HEX #DB062C Crimson

📋 copy color: '#DB062C'

red 219 ◦ green 6 ◦ blue 44

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

Shades of Crimson #DB062C

Tints of Crimson #DB062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 81.41%
G = 2.23%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB062C (or 0xDB062C) is known color: Crimson. HEX triplet: DB, 06 and 2C. RGB value is (219,6,44). Sum of RGB (Red+Green+Blue) = 219+6+44=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB062C is #24F9D3. Grayscale: #4A4A4A. Windows color (decimal): -2423252 or 2885339. OLE color: 2885339.

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

Color convert

RGB 219 6 44 -
CMYK 0 0.97 0.80 0.14
HSL 349.3º 0.95% 0.44% -
HSV(B) 349.3º 0.97% 0.86% -
XYZ 29.73 15.37 3.78 -
YUV 74.02 111.07 231.41 -
System Red Green Blue C M Y K H S L
Decimal 219 6 44 0 0.97 0.80 0.14 349.3 0.95 0.44
Hex DB 6 2C 0 61 50 E 15D 5F 2C
Octal 333 6 54 0 141 120 16 535 137 54
Binary 11011011 110 101100 0 1100001 1010000 1110 101011101 1011111 101100

Color Harmonies of #DB062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB062C

Black with #DB062C

Text Example


Text Example

White with #DB062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB062C; }

 p { color: rgb(219,6,44); }

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

background-color css

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

 a { background-color: rgb(219,6,44); }

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

border-color css

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

 span { border-color: rgb(219,6,44); }

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