Html Css Color HEX #DC0C3A Crimson

📋 copy color: '#DC0C3A'

red 220 ◦ green 12 ◦ blue 58

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

Shades of Crimson #DC0C3A

Tints of Crimson #DC0C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 75.86%
G = 4.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC0C3A (or 0xDC0C3A) is known color: Crimson. HEX triplet: DC, 0C and 3A. RGB value is (220,12,58). Sum of RGB (Red+Green+Blue) = 220+12+58=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C3A is #23F3C5. Grayscale: #4F4F4F. Windows color (decimal): -2356166 or 3804380. OLE color: 3804380.

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

Color convert

RGB 220 12 58 -
CMYK 0 0.95 0.74 0.14
HSL 346.73º 0.9% 0.45% -
HSV(B) 346.73º 0.95% 0.86% -
XYZ 30.41 15.78 5.45 -
YUV 79.44 115.91 228.26 -
System Red Green Blue C M Y K H S L
Decimal 220 12 58 0 0.95 0.74 0.14 346.73 0.9 0.45
Hex DC C 3A 0 5F 4A E 15B 5A 2D
Octal 334 14 72 0 137 112 16 533 132 55
Binary 11011100 1100 111010 0 1011111 1001010 1110 101011011 1011010 101101

Color Harmonies of #DC0C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C3A

Black with #DC0C3A

Text Example


Text Example

White with #DC0C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C3A; }

 p { color: rgb(220,12,58); }

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

background-color css

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

 a { background-color: rgb(220,12,58); }

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

border-color css

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

 span { border-color: rgb(220,12,58); }

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