Html Css Color HEX #DC0C3B Crimson

📋 copy color: '#DC0C3B'

red 220 ◦ green 12 ◦ blue 59

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

Shades of Crimson #DC0C3B

Tints of Crimson #DC0C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 75.6%
G = 4.12%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC0C3B (or 0xDC0C3B) is known color: Crimson. HEX triplet: DC, 0C and 3B. RGB value is (220,12,59). Sum of RGB (Red+Green+Blue) = 220+12+59=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C3B is #23F3C4. Grayscale: #4F4F4F. Windows color (decimal): -2356165 or 3869916. OLE color: 3869916.

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

Color convert

RGB 220 12 59 -
CMYK 0 0.95 0.73 0.14
HSL 346.44º 0.9% 0.45% -
HSV(B) 346.44º 0.95% 0.86% -
XYZ 30.44 15.79 5.58 -
YUV 79.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 220 12 59 0 0.95 0.73 0.14 346.44 0.9 0.45
Hex DC C 3B 0 5F 49 E 15A 5A 2D
Octal 334 14 73 0 137 111 16 532 132 55
Binary 11011100 1100 111011 0 1011111 1001001 1110 101011010 1011010 101101

Color Harmonies of #DC0C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C3B

Black with #DC0C3B

Text Example


Text Example

White with #DC0C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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