Html Css Color HEX #DC0A37 Crimson

📋 copy color: '#DC0A37'

red 220 ◦ green 10 ◦ blue 55

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

Shades of Crimson #DC0A37

Tints of Crimson #DC0A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 77.19%
G = 3.51%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0A37 (or 0xDC0A37) is known color: Crimson. HEX triplet: DC, 0A and 37. RGB value is (220,10,55). Sum of RGB (Red+Green+Blue) = 220+10+55=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0A37 is #23F5C8. Grayscale: #4D4D4D. Windows color (decimal): -2356681 or 3607260. OLE color: 3607260.

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

Color convert

RGB 220 10 55 -
CMYK 0 0.95 0.75 0.14
HSL 347.14º 0.91% 0.45% -
HSV(B) 347.14º 0.95% 0.86% -
XYZ 30.31 15.71 5.05 -
YUV 77.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 220 10 55 0 0.95 0.75 0.14 347.14 0.91 0.45
Hex DC A 37 0 5F 4B E 15B 5B 2D
Octal 334 12 67 0 137 113 16 533 133 55
Binary 11011100 1010 110111 0 1011111 1001011 1110 101011011 1011011 101101

Color Harmonies of #DC0A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0A37

Black with #DC0A37

Text Example


Text Example

White with #DC0A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0A37; }

 p { color: rgb(220,10,55); }

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

background-color css

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

 a { background-color: rgb(220,10,55); }

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

border-color css

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

 span { border-color: rgb(220,10,55); }

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