Html Css Color HEX #DC0C3E Crimson

📋 copy color: '#DC0C3E'

red 220 ◦ green 12 ◦ blue 62

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

Shades of Crimson #DC0C3E

Tints of Crimson #DC0C3E

RGB

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

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

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

R = 74.83%
G = 4.08%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC0C3E (or 0xDC0C3E) is known color: Crimson. HEX triplet: DC, 0C and 3E. RGB value is (220,12,62). Sum of RGB (Red+Green+Blue) = 220+12+62=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C3E is #23F3C1. Grayscale: #4F4F4F. Windows color (decimal): -2356162 or 4066524. OLE color: 4066524.

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

Color convert

RGB 220 12 62 -
CMYK 0 0.95 0.72 0.14
HSL 345.58º 0.9% 0.45% -
HSV(B) 345.58º 0.95% 0.86% -
XYZ 30.52 15.83 6 -
YUV 79.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 220 12 62 0 0.95 0.72 0.14 345.58 0.9 0.45
Hex DC C 3E 0 5F 48 E 15A 5A 2D
Octal 334 14 76 0 137 110 16 532 132 55
Binary 11011100 1100 111110 0 1011111 1001000 1110 101011010 1011010 101101

Color Harmonies of #DC0C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C3E

Black with #DC0C3E

Text Example


Text Example

White with #DC0C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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