Html Css Color HEX #DC123E Crimson

📋 copy color: '#DC123E'

red 220 ◦ green 18 ◦ blue 62

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

Shades of Crimson #DC123E

Tints of Crimson #DC123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 73.33%
G = 6%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC123E (or 0xDC123E) is known color: Crimson. HEX triplet: DC, 12 and 3E. RGB value is (220,18,62). Sum of RGB (Red+Green+Blue) = 220+18+62=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC123E is #23EDC1. Grayscale: #535353. Windows color (decimal): -2354626 or 4068060. OLE color: 4068060.

HSL color Cylindrical-coordinate representation of color #DC123E: hue angle of 346.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC123E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 62 -
CMYK 0 0.92 0.72 0.14
HSL 346.93º 0.85% 0.47% -
HSV(B) 346.93º 0.92% 0.86% -
XYZ 30.6 16 6.03 -
YUV 83.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 220 18 62 0 0.92 0.72 0.14 346.93 0.85 0.47
Hex DC 12 3E 0 5C 48 E 15B 55 2F
Octal 334 22 76 0 134 110 16 533 125 57
Binary 11011100 10010 111110 0 1011100 1001000 1110 101011011 1010101 101111

Color Harmonies of #DC123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC123E

Black with #DC123E

Text Example


Text Example

White with #DC123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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