Html Css Color HEX #DC0C2E Crimson

📋 copy color: '#DC0C2E'

red 220 ◦ green 12 ◦ blue 46

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

Shades of Crimson #DC0C2E

Tints of Crimson #DC0C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 79.14%
G = 4.32%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC0C2E (or 0xDC0C2E) is known color: Crimson. HEX triplet: DC, 0C and 2E. RGB value is (220,12,46). Sum of RGB (Red+Green+Blue) = 220+12+46=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C2E is #23F3D1. Grayscale: #4E4E4E. Windows color (decimal): -2356178 or 3017948. OLE color: 3017948.

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

Color convert

RGB 220 12 46 -
CMYK 0 0.95 0.79 0.14
HSL 350.19º 0.9% 0.45% -
HSV(B) 350.19º 0.95% 0.86% -
XYZ 30.14 15.68 4.02 -
YUV 78.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 220 12 46 0 0.95 0.79 0.14 350.19 0.9 0.45
Hex DC C 2E 0 5F 4F E 15E 5A 2D
Octal 334 14 56 0 137 117 16 536 132 55
Binary 11011100 1100 101110 0 1011111 1001111 1110 101011110 1011010 101101

Color Harmonies of #DC0C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C2E

Black with #DC0C2E

Text Example


Text Example

White with #DC0C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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