Html Css Color HEX #DC0C4A Crimson

📋 copy color: '#DC0C4A'

red 220 ◦ green 12 ◦ blue 74

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

Shades of Crimson #DC0C4A

Tints of Crimson #DC0C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 71.9%
G = 3.92%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC0C4A (or 0xDC0C4A) is known color: Crimson. HEX triplet: DC, 0C and 4A. RGB value is (220,12,74). Sum of RGB (Red+Green+Blue) = 220+12+74=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C4A is #23F3B5. Grayscale: #515151. Windows color (decimal): -2356150 or 4852956. OLE color: 4852956.

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

Color convert

RGB 220 12 74 -
CMYK 0 0.95 0.66 0.14
HSL 342.12º 0.9% 0.45% -
HSV(B) 342.12º 0.95% 0.86% -
XYZ 30.88 15.97 7.93 -
YUV 81.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 220 12 74 0 0.95 0.66 0.14 342.12 0.9 0.45
Hex DC C 4A 0 5F 42 E 156 5A 2D
Octal 334 14 112 0 137 102 16 526 132 55
Binary 11011100 1100 1001010 0 1011111 1000010 1110 101010110 1011010 101101

Color Harmonies of #DC0C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C4A

Black with #DC0C4A

Text Example


Text Example

White with #DC0C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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