Html Css Color HEX #DC0730 Crimson

📋 copy color: '#DC0730'

red 220 ◦ green 7 ◦ blue 48

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

Shades of Crimson #DC0730

Tints of Crimson #DC0730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 80%
G = 2.55%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0730 (or 0xDC0730) is known color: Crimson. HEX triplet: DC, 07 and 30. RGB value is (220,7,48). Sum of RGB (Red+Green+Blue) = 220+7+48=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0730 is #23F8CF. Grayscale: #4B4B4B. Windows color (decimal): -2357456 or 3147740. OLE color: 3147740.

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

Color convert

RGB 220 7 48 -
CMYK 0 0.97 0.78 0.14
HSL 348.45º 0.94% 0.45% -
HSV(B) 348.45º 0.97% 0.86% -
XYZ 30.12 15.58 4.22 -
YUV 75.36 112.57 231.17 -
System Red Green Blue C M Y K H S L
Decimal 220 7 48 0 0.97 0.78 0.14 348.45 0.94 0.45
Hex DC 7 30 0 61 4E E 15C 5E 2D
Octal 334 7 60 0 141 116 16 534 136 55
Binary 11011100 111 110000 0 1100001 1001110 1110 101011100 1011110 101101

Color Harmonies of #DC0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0730

Black with #DC0730

Text Example


Text Example

White with #DC0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0730; }

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

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

background-color css

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

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

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

border-color css

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

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

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