Html Css Color HEX #DB062A Crimson

📋 copy color: '#DB062A'

red 219 ◦ green 6 ◦ blue 42

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

Shades of Crimson #DB062A

Tints of Crimson #DB062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 82.02%
G = 2.25%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB062A (or 0xDB062A) is known color: Crimson. HEX triplet: DB, 06 and 2A. RGB value is (219,6,42). Sum of RGB (Red+Green+Blue) = 219+6+42=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB062A is #24F9D5. Grayscale: #494949. Windows color (decimal): -2423254 or 2754267. OLE color: 2754267.

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

Color convert

RGB 219 6 42 -
CMYK 0 0.97 0.81 0.14
HSL 349.86º 0.95% 0.44% -
HSV(B) 349.86º 0.97% 0.86% -
XYZ 29.7 15.36 3.59 -
YUV 73.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 219 6 42 0 0.97 0.81 0.14 349.86 0.95 0.44
Hex DB 6 2A 0 61 51 E 15E 5F 2C
Octal 333 6 52 0 141 121 16 536 137 54
Binary 11011011 110 101010 0 1100001 1010001 1110 101011110 1011111 101100

Color Harmonies of #DB062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB062A

Black with #DB062A

Text Example


Text Example

White with #DB062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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