Html Css Color HEX #C71304 Free Speech Red

📋 copy color: '#C71304'

red 199 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #C71304

Tints of Free Speech Red #C71304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 89.64%
G = 8.56%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C71304 (or 0xC71304) is known color: Free Speech Red. HEX triplet: C7, 13 and 04. RGB value is (199,19,4). Sum of RGB (Red+Green+Blue) = 199+19+4=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C71304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71304 is #38ECFB. Grayscale: #474747. Windows color (decimal): -3730684 or 267207. OLE color: 267207.

HSL color Cylindrical-coordinate representation of color #C71304: hue angle of 4.62º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C71304 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 4 -
CMYK 0 0.90 0.98 0.22
HSL 4.62º 0.96% 0.4% -
HSV(B) 4.62º 0.98% 0.78% -
XYZ 23.81 12.62 1.3 -
YUV 71.11 90.13 219.22 -
System Red Green Blue C M Y K H S L
Decimal 199 19 4 0 0.90 0.98 0.22 4.62 0.96 0.4
Hex C7 13 4 0 5A 62 16 5 60 28
Octal 307 23 4 0 132 142 26 5 140 50
Binary 11000111 10011 100 0 1011010 1100010 10110 101 1100000 101000

Color Harmonies of #C71304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71304

Black with #C71304

Text Example


Text Example

White with #C71304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71304; }

 p { color: rgb(199,19,4); }

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

background-color css

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

 a { background-color: rgb(199,19,4); }

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

border-color css

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

 span { border-color: rgb(199,19,4); }

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