Html Css Color HEX #DC0B46 Crimson

📋 copy color: '#DC0B46'

red 220 ◦ green 11 ◦ blue 70

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

Shades of Crimson #DC0B46

Tints of Crimson #DC0B46

RGB

 RED value IS 220 (86.33% from 255) = 73.09%

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 73.09%
G = 3.65%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC0B46 (or 0xDC0B46) is known color: Crimson. HEX triplet: DC, 0B and 46. RGB value is (220,11,70). Sum of RGB (Red+Green+Blue) = 220+11+70=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0B46 is #23F4B9. Grayscale: #505050. Windows color (decimal): -2356410 or 4590556. OLE color: 4590556.

HSL color Cylindrical-coordinate representation of color #DC0B46: hue angle of 343.06º degrees, saturation: 0.9, 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 #DC0B46 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 11 70 -
CMYK 0 0.95 0.68 0.14
HSL 343.06º 0.9% 0.45% -
HSV(B) 343.06º 0.95% 0.86% -
XYZ 30.74 15.9 7.24 -
YUV 80.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 220 11 70 0 0.95 0.68 0.14 343.06 0.9 0.45
Hex DC B 46 0 5F 44 E 157 5A 2D
Octal 334 13 106 0 137 104 16 527 132 55
Binary 11011100 1011 1000110 0 1011111 1000100 1110 101010111 1011010 101101

Color Harmonies of #DC0B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B46

Black with #DC0B46

Text Example


Text Example

White with #DC0B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B46; }

 p { color: rgb(220,11,70); }

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

background-color css

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

 a { background-color: rgb(220,11,70); }

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

border-color css

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

 span { border-color: rgb(220,11,70); }

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