Html Css Color HEX #C70500 Free Speech Red

📋 copy color: '#C70500'

red 199 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #C70500

Tints of Free Speech Red #C70500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.55%
G = 2.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C70500 (or 0xC70500) is known color: Free Speech Red. HEX triplet: C7, 05 and 00. RGB value is (199,5,0). Sum of RGB (Red+Green+Blue) = 199+5+0=204 (27% of max value = 765). Red value is 199 (78.12% from 255 or 97.55% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 199 - color contains mainly: red. Hex color #C70500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70500 is #38FAFF. Grayscale: #3E3E3E. Windows color (decimal): -3734272 or 1479. OLE color: 1479.

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

Color convert

RGB 199 5 0 -
CMYK 0 0.97 1 0.22
HSL 1.51º 1% 0.39% -
HSV(B) 1.51º 1% 0.78% -
XYZ 23.61 12.25 1.12 -
YUV 62.44 92.77 225.41 -
System Red Green Blue C M Y K H S L
Decimal 199 5 0 0 0.97 1 0.22 1.51 1 0.39
Hex C7 5 0 0 61 64 16 2 64 27
Octal 307 5 0 0 141 144 26 2 144 47
Binary 11000111 101 0 0 1100001 1100100 10110 10 1100100 100111

Color Harmonies of #C70500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70500

Black with #C70500

Text Example


Text Example

White with #C70500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70500; }

 p { color: rgb(199,5,0); }

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

background-color css

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

 a { background-color: rgb(199,5,0); }

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

border-color css

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

 span { border-color: rgb(199,5,0); }

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