Html Css Color HEX #DC0B33 Crimson

📋 copy color: '#DC0B33'

red 220 ◦ green 11 ◦ blue 51

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

Shades of Crimson #DC0B33

Tints of Crimson #DC0B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 78.01%
G = 3.9%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC0B33 (or 0xDC0B33) is known color: Crimson. HEX triplet: DC, 0B and 33. RGB value is (220,11,51). Sum of RGB (Red+Green+Blue) = 220+11+51=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0B33 is #23F4CC. Grayscale: #4E4E4E. Windows color (decimal): -2356429 or 3345372. OLE color: 3345372.

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

Color convert

RGB 220 11 51 -
CMYK 0 0.95 0.77 0.14
HSL 348.52º 0.9% 0.45% -
HSV(B) 348.52º 0.95% 0.86% -
XYZ 30.23 15.69 4.57 -
YUV 78.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 220 11 51 0 0.95 0.77 0.14 348.52 0.9 0.45
Hex DC B 33 0 5F 4D E 15D 5A 2D
Octal 334 13 63 0 137 115 16 535 132 55
Binary 11011100 1011 110011 0 1011111 1001101 1110 101011101 1011010 101101

Color Harmonies of #DC0B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B33

Black with #DC0B33

Text Example


Text Example

White with #DC0B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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