Html Css Color HEX #C71400 Free Speech Red

📋 copy color: '#C71400'

red 199 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #C71400

Tints of Free Speech Red #C71400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 90.87%
G = 9.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C71400 (or 0xC71400) is known color: Free Speech Red. HEX triplet: C7, 14 and 00. RGB value is (199,20,0). Sum of RGB (Red+Green+Blue) = 199+20+0=219 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.87% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 199 - color contains mainly: red. Hex color #C71400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71400 is #38EBFF. Grayscale: #474747. Windows color (decimal): -3730432 or 5319. OLE color: 5319.

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

Color convert

RGB 199 20 0 -
CMYK 0 0.90 1 0.22
HSL 6.03º 1% 0.39% -
HSV(B) 6.03º 1% 0.78% -
XYZ 23.8 12.64 1.19 -
YUV 71.24 87.8 219.13 -
System Red Green Blue C M Y K H S L
Decimal 199 20 0 0 0.90 1 0.22 6.03 1 0.39
Hex C7 14 0 0 5A 64 16 6 64 27
Octal 307 24 0 0 132 144 26 6 144 47
Binary 11000111 10100 0 0 1011010 1100100 10110 110 1100100 100111

Color Harmonies of #C71400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71400

Black with #C71400

Text Example


Text Example

White with #C71400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71400; }

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

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

background-color css

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

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

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

border-color css

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

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

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