Html Css Color HEX #C70701 Free Speech Red

📋 copy color: '#C70701'

red 199 ◦ green 7 ◦ blue 1

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

Shades of Free Speech Red #C70701

Tints of Free Speech Red #C70701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 96.14%
G = 3.38%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C70701 (or 0xC70701) is known color: Free Speech Red. HEX triplet: C7, 07 and 01. RGB value is (199,7,1). Sum of RGB (Red+Green+Blue) = 199+7+1=207 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.14% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 199 - color contains mainly: red. Hex color #C70701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70701 is #38F8FE. Grayscale: #3F3F3F. Windows color (decimal): -3733759 or 67527. OLE color: 67527.

HSL color Cylindrical-coordinate representation of color #C70701: hue angle of 1.82º 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 #C70701 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 7 1 -
CMYK 0 0.96 0.99 0.22
HSL 1.82º 0.99% 0.39% -
HSV(B) 1.82º 0.99% 0.78% -
XYZ 23.63 12.3 1.16 -
YUV 63.72 92.61 224.49 -
System Red Green Blue C M Y K H S L
Decimal 199 7 1 0 0.96 0.99 0.22 1.82 0.99 0.39
Hex C7 7 1 0 60 63 16 2 63 27
Octal 307 7 1 0 140 143 26 2 143 47
Binary 11000111 111 1 0 1100000 1100011 10110 10 1100011 100111

Color Harmonies of #C70701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70701

Black with #C70701

Text Example


Text Example

White with #C70701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70701; }

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

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

background-color css

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

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

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

border-color css

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

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

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