Html Css Color HEX #DC063F Crimson

📋 copy color: '#DC063F'

red 220 ◦ green 6 ◦ blue 63

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

Shades of Crimson #DC063F

Tints of Crimson #DC063F

RGB

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

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

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

R = 76.12%
G = 2.08%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC063F (or 0xDC063F) is known color: Crimson. HEX triplet: DC, 06 and 3F. RGB value is (220,6,63). Sum of RGB (Red+Green+Blue) = 220+6+63=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC063F is #23F9C0. Grayscale: #4C4C4C. Windows color (decimal): -2357697 or 4130524. OLE color: 4130524.

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

Color convert

RGB 220 6 63 -
CMYK 0 0.97 0.71 0.14
HSL 344.02º 0.95% 0.44% -
HSV(B) 344.02º 0.97% 0.86% -
XYZ 30.48 15.7 6.13 -
YUV 76.48 120.4 230.37 -
System Red Green Blue C M Y K H S L
Decimal 220 6 63 0 0.97 0.71 0.14 344.02 0.95 0.44
Hex DC 6 3F 0 61 47 E 158 5F 2C
Octal 334 6 77 0 141 107 16 530 137 54
Binary 11011100 110 111111 0 1100001 1000111 1110 101011000 1011111 101100

Color Harmonies of #DC063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC063F

Black with #DC063F

Text Example


Text Example

White with #DC063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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