Html Css Color HEX #DC0C2B Crimson

📋 copy color: '#DC0C2B'

red 220 ◦ green 12 ◦ blue 43

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

Shades of Crimson #DC0C2B

Tints of Crimson #DC0C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 80%
G = 4.36%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC0C2B (or 0xDC0C2B) is known color: Crimson. HEX triplet: DC, 0C and 2B. RGB value is (220,12,43). Sum of RGB (Red+Green+Blue) = 220+12+43=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C2B is #23F3D4. Grayscale: #4D4D4D. Windows color (decimal): -2356181 or 2821340. OLE color: 2821340.

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

Color convert

RGB 220 12 43 -
CMYK 0 0.95 0.80 0.14
HSL 351.06º 0.9% 0.45% -
HSV(B) 351.06º 0.95% 0.86% -
XYZ 30.08 15.65 3.72 -
YUV 77.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 220 12 43 0 0.95 0.80 0.14 351.06 0.9 0.45
Hex DC C 2B 0 5F 50 E 15F 5A 2D
Octal 334 14 53 0 137 120 16 537 132 55
Binary 11011100 1100 101011 0 1011111 1010000 1110 101011111 1011010 101101

Color Harmonies of #DC0C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C2B

Black with #DC0C2B

Text Example


Text Example

White with #DC0C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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