Html Css Color HEX #DB062B Crimson

📋 copy color: '#DB062B'

red 219 ◦ green 6 ◦ blue 43

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

Shades of Crimson #DB062B

Tints of Crimson #DB062B

RGB

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

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

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

R = 81.72%
G = 2.24%
B = 16.04%

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

#DB062B (or 0xDB062B) is known color: Crimson. HEX triplet: DB, 06 and 2B. RGB value is (219,6,43). Sum of RGB (Red+Green+Blue) = 219+6+43=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB062B is #24F9D4. Grayscale: #494949. Windows color (decimal): -2423253 or 2819803. OLE color: 2819803.

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

Color convert

RGB 219 6 43 -
CMYK 0 0.97 0.80 0.14
HSL 349.58º 0.95% 0.44% -
HSV(B) 349.58º 0.97% 0.86% -
XYZ 29.71 15.36 3.69 -
YUV 73.91 110.57 231.49 -
System Red Green Blue C M Y K H S L
Decimal 219 6 43 0 0.97 0.80 0.14 349.58 0.95 0.44
Hex DB 6 2B 0 61 50 E 15E 5F 2C
Octal 333 6 53 0 141 120 16 536 137 54
Binary 11011011 110 101011 0 1100001 1010000 1110 101011110 1011111 101100

Color Harmonies of #DB062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB062B

Black with #DB062B

Text Example


Text Example

White with #DB062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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