Html Css Color HEX #C70201 Free Speech Red

📋 copy color: '#C70201'

red 199 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #C70201

Tints of Free Speech Red #C70201

RGB

 RED value IS 199 (78.13% from 255) = 98.51%

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 98.51%
G = 0.99%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C70201 (or 0xC70201) is known color: Free Speech Red. HEX triplet: C7, 02 and 01. RGB value is (199,2,1). Sum of RGB (Red+Green+Blue) = 199+2+1=202 (26% of max value = 765). Red value is 199 (78.12% from 255 or 98.51% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 199 - color contains mainly: red. Hex color #C70201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70201 is #38FDFE. Grayscale: #3C3C3C. Windows color (decimal): -3735039 or 66247. OLE color: 66247.

HSL color Cylindrical-coordinate representation of color #C70201: hue angle of 0.3º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 1 -
CMYK 0 0.99 0.99 0.22
HSL 0.3º 0.99% 0.39% -
HSV(B) 0.3º 0.99% 0.78% -
XYZ 23.58 12.19 1.14 -
YUV 60.79 94.27 226.58 -
System Red Green Blue C M Y K H S L
Decimal 199 2 1 0 0.99 0.99 0.22 0.3 0.99 0.39
Hex C7 2 1 0 63 63 16 0 63 27
Octal 307 2 1 0 143 143 26 0 143 47
Binary 11000111 10 1 0 1100011 1100011 10110 0 1100011 100111

Color Harmonies of #C70201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70201

Black with #C70201

Text Example


Text Example

White with #C70201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70201; }

 p { color: rgb(199,2,1); }

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

background-color css

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

 a { background-color: rgb(199,2,1); }

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

border-color css

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

 span { border-color: rgb(199,2,1); }

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