Html Css Color HEX #DC0602 Free Speech Red

📋 copy color: '#DC0602'

red 220 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #DC0602

Tints of Free Speech Red #DC0602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 96.49%
G = 2.63%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC0602 (or 0xDC0602) is known color: Free Speech Red. HEX triplet: DC, 06 and 02. RGB value is (220,6,2). Sum of RGB (Red+Green+Blue) = 220+6+2=228 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.49% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0602 is #23F9FD. Grayscale: #454545. Windows color (decimal): -2357758 or 132828. OLE color: 132828.

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

Color convert

RGB 220 6 2 -
CMYK 0 0.97 0.99 0.14
HSL 1.1º 0.98% 0.44% -
HSV(B) 1.1º 0.99% 0.86% -
XYZ 29.59 15.35 1.46 -
YUV 69.53 89.9 235.33 -
System Red Green Blue C M Y K H S L
Decimal 220 6 2 0 0.97 0.99 0.14 1.1 0.98 0.44
Hex DC 6 2 0 61 63 E 1 62 2C
Octal 334 6 2 0 141 143 16 1 142 54
Binary 11011100 110 10 0 1100001 1100011 1110 1 1100010 101100

Color Harmonies of #DC0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0602

Black with #DC0602

Text Example


Text Example

White with #DC0602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0602; }

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

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

background-color css

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

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

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

border-color css

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

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

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