Html Css Color HEX #DB063E Crimson

📋 copy color: '#DB063E'

red 219 ◦ green 6 ◦ blue 62

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

Shades of Crimson #DB063E

Tints of Crimson #DB063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 76.31%
G = 2.09%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB063E (or 0xDB063E) is known color: Crimson. HEX triplet: DB, 06 and 3E. RGB value is (219,6,62). Sum of RGB (Red+Green+Blue) = 219+6+62=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB063E is #24F9C1. Grayscale: #4C4C4C. Windows color (decimal): -2423234 or 4064987. OLE color: 4064987.

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

Color convert

RGB 219 6 62 -
CMYK 0 0.97 0.72 0.14
HSL 344.23º 0.95% 0.44% -
HSV(B) 344.23º 0.97% 0.86% -
XYZ 30.15 15.54 5.97 -
YUV 76.07 120.07 229.95 -
System Red Green Blue C M Y K H S L
Decimal 219 6 62 0 0.97 0.72 0.14 344.23 0.95 0.44
Hex DB 6 3E 0 61 48 E 158 5F 2C
Octal 333 6 76 0 141 110 16 530 137 54
Binary 11011011 110 111110 0 1100001 1001000 1110 101011000 1011111 101100

Color Harmonies of #DB063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB063E

Black with #DB063E

Text Example


Text Example

White with #DB063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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