Html Css Color HEX #DC062A Crimson

📋 copy color: '#DC062A'

red 220 ◦ green 6 ◦ blue 42

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

Shades of Crimson #DC062A

Tints of Crimson #DC062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 82.09%
G = 2.24%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC062A (or 0xDC062A) is known color: Crimson. HEX triplet: DC, 06 and 2A. RGB value is (220,6,42). Sum of RGB (Red+Green+Blue) = 220+6+42=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC062A is #23F9D5. Grayscale: #4A4A4A. Windows color (decimal): -2357718 or 2754268. OLE color: 2754268.

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

Color convert

RGB 220 6 42 -
CMYK 0 0.97 0.81 0.14
HSL 349.91º 0.95% 0.44% -
HSV(B) 349.91º 0.97% 0.86% -
XYZ 30 15.51 3.6 -
YUV 74.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 220 6 42 0 0.97 0.81 0.14 349.91 0.95 0.44
Hex DC 6 2A 0 61 51 E 15E 5F 2C
Octal 334 6 52 0 141 121 16 536 137 54
Binary 11011100 110 101010 0 1100001 1010001 1110 101011110 1011111 101100

Color Harmonies of #DC062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC062A

Black with #DC062A

Text Example


Text Example

White with #DC062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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