Html Css Color HEX #DC0745 Crimson

📋 copy color: '#DC0745'

red 220 ◦ green 7 ◦ blue 69

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

Shades of Crimson #DC0745

Tints of Crimson #DC0745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 74.32%
G = 2.36%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC0745 (or 0xDC0745) is known color: Crimson. HEX triplet: DC, 07 and 45. RGB value is (220,7,69). Sum of RGB (Red+Green+Blue) = 220+7+69=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0745 is #23F8BA. Grayscale: #4D4D4D. Windows color (decimal): -2357435 or 4523996. OLE color: 4523996.

HSL color Cylindrical-coordinate representation of color #DC0745: hue angle of 342.54º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0745 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 7 69 -
CMYK 0 0.97 0.69 0.14
HSL 342.54º 0.94% 0.45% -
HSV(B) 342.54º 0.97% 0.86% -
XYZ 30.67 15.8 7.06 -
YUV 77.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 220 7 69 0 0.97 0.69 0.14 342.54 0.94 0.45
Hex DC 7 45 0 61 45 E 157 5E 2D
Octal 334 7 105 0 141 105 16 527 136 55
Binary 11011100 111 1000101 0 1100001 1000101 1110 101010111 1011110 101101

Color Harmonies of #DC0745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0745

Black with #DC0745

Text Example


Text Example

White with #DC0745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0745; }

 p { color: rgb(220,7,69); }

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

background-color css

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

 a { background-color: rgb(220,7,69); }

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

border-color css

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

 span { border-color: rgb(220,7,69); }

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