Html Css Color HEX #C71A00 Free Speech Red

📋 copy color: '#C71A00'

red 199 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #C71A00

Tints of Free Speech Red #C71A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

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

R = 88.44%
G = 11.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C71A00 (or 0xC71A00) is known color: Free Speech Red. HEX triplet: C7, 1A and 00. RGB value is (199,26,0). Sum of RGB (Red+Green+Blue) = 199+26+0=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71A00 is #38E5FF. Grayscale: #4B4B4B. Windows color (decimal): -3728896 or 6855. OLE color: 6855.

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

Color convert

RGB 199 26 0 -
CMYK 0 0.87 1 0.22
HSL 7.84º 1% 0.39% -
HSV(B) 7.84º 1% 0.78% -
XYZ 23.92 12.88 1.23 -
YUV 74.76 85.81 216.61 -
System Red Green Blue C M Y K H S L
Decimal 199 26 0 0 0.87 1 0.22 7.84 1 0.39
Hex C7 1A 0 0 57 64 16 8 64 27
Octal 307 32 0 0 127 144 26 10 144 47
Binary 11000111 11010 0 0 1010111 1100100 10110 1000 1100100 100111

Color Harmonies of #C71A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A00

Black with #C71A00

Text Example


Text Example

White with #C71A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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