Html Css Color HEX #DC062F Crimson

📋 copy color: '#DC062F'

red 220 ◦ green 6 ◦ blue 47

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

Shades of Crimson #DC062F

Tints of Crimson #DC062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 80.59%
G = 2.2%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC062F (or 0xDC062F) is known color: Crimson. HEX triplet: DC, 06 and 2F. RGB value is (220,6,47). Sum of RGB (Red+Green+Blue) = 220+6+47=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC062F is #23F9D0. Grayscale: #4A4A4A. Windows color (decimal): -2357713 or 3081948. OLE color: 3081948.

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

Color convert

RGB 220 6 47 -
CMYK 0 0.97 0.79 0.14
HSL 348.5º 0.95% 0.44% -
HSV(B) 348.5º 0.97% 0.86% -
XYZ 30.09 15.55 4.1 -
YUV 74.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 220 6 47 0 0.97 0.79 0.14 348.5 0.95 0.44
Hex DC 6 2F 0 61 4F E 15D 5F 2C
Octal 334 6 57 0 141 117 16 535 137 54
Binary 11011100 110 101111 0 1100001 1001111 1110 101011101 1011111 101100

Color Harmonies of #DC062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC062F

Black with #DC062F

Text Example


Text Example

White with #DC062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC062F; }

 p { color: rgb(220,6,47); }

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

background-color css

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

 a { background-color: rgb(220,6,47); }

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

border-color css

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

 span { border-color: rgb(220,6,47); }

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