Html Css Color HEX #DC123F Crimson

📋 copy color: '#DC123F'

red 220 ◦ green 18 ◦ blue 63

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

Shades of Crimson #DC123F

Tints of Crimson #DC123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.93%

R = 73.09%
G = 5.98%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC123F (or 0xDC123F) is known color: Crimson. HEX triplet: DC, 12 and 3F. RGB value is (220,18,63). Sum of RGB (Red+Green+Blue) = 220+18+63=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC123F is #23EDC0. Grayscale: #535353. Windows color (decimal): -2354625 or 4133596. OLE color: 4133596.

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

Color convert

RGB 220 18 63 -
CMYK 0 0.92 0.71 0.14
HSL 346.63º 0.85% 0.47% -
HSV(B) 346.63º 0.92% 0.86% -
XYZ 30.63 16.01 6.18 -
YUV 83.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 220 18 63 0 0.92 0.71 0.14 346.63 0.85 0.47
Hex DC 12 3F 0 5C 47 E 15B 55 2F
Octal 334 22 77 0 134 107 16 533 125 57
Binary 11011100 10010 111111 0 1011100 1000111 1110 101011011 1010101 101111

Color Harmonies of #DC123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC123F

Black with #DC123F

Text Example


Text Example

White with #DC123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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