Html Css Color HEX #DC072B Crimson

📋 copy color: '#DC072B'

red 220 ◦ green 7 ◦ blue 43

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

Shades of Crimson #DC072B

Tints of Crimson #DC072B

RGB

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

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

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

R = 81.48%
G = 2.59%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC072B (or 0xDC072B) is known color: Crimson. HEX triplet: DC, 07 and 2B. RGB value is (220,7,43). Sum of RGB (Red+Green+Blue) = 220+7+43=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC072B is #23F8D4. Grayscale: #4A4A4A. Windows color (decimal): -2357461 or 2820060. OLE color: 2820060.

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

Color convert

RGB 220 7 43 -
CMYK 0 0.97 0.80 0.14
HSL 349.86º 0.94% 0.45% -
HSV(B) 349.86º 0.97% 0.86% -
XYZ 30.03 15.54 3.7 -
YUV 74.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 220 7 43 0 0.97 0.80 0.14 349.86 0.94 0.45
Hex DC 7 2B 0 61 50 E 15E 5E 2D
Octal 334 7 53 0 141 120 16 536 136 55
Binary 11011100 111 101011 0 1100001 1010000 1110 101011110 1011110 101101

Color Harmonies of #DC072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC072B

Black with #DC072B

Text Example


Text Example

White with #DC072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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