Html Css Color HEX #C70700 Free Speech Red

📋 copy color: '#C70700'

red 199 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #C70700

Tints of Free Speech Red #C70700

RGB

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

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

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

R = 96.6%
G = 3.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C70700 (or 0xC70700) is known color: Free Speech Red. HEX triplet: C7, 07 and 00. RGB value is (199,7,0). Sum of RGB (Red+Green+Blue) = 199+7+0=206 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.60% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 199 - color contains mainly: red. Hex color #C70700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70700 is #38F8FF. Grayscale: #3F3F3F. Windows color (decimal): -3733760 or 1991. OLE color: 1991.

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

Color convert

RGB 199 7 0 -
CMYK 0 0.96 1 0.22
HSL 2.11º 1% 0.39% -
HSV(B) 2.11º 1% 0.78% -
XYZ 23.63 12.29 1.13 -
YUV 63.61 92.11 224.57 -
System Red Green Blue C M Y K H S L
Decimal 199 7 0 0 0.96 1 0.22 2.11 1 0.39
Hex C7 7 0 0 60 64 16 2 64 27
Octal 307 7 0 0 140 144 26 2 144 47
Binary 11000111 111 0 0 1100000 1100100 10110 10 1100100 100111

Color Harmonies of #C70700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70700

Black with #C70700

Text Example


Text Example

White with #C70700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70700; }

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

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

background-color css

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

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

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

border-color css

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

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

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