Html Css Color HEX #C71409 Free Speech Red

📋 copy color: '#C71409'

red 199 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #C71409

Tints of Free Speech Red #C71409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.95%

R = 87.28%
G = 8.77%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C71409 (or 0xC71409) is known color: Free Speech Red. HEX triplet: C7, 14 and 09. RGB value is (199,20,9). Sum of RGB (Red+Green+Blue) = 199+20+9=228 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.28% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 199 - color contains mainly: red. Hex color #C71409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71409 is #38EBF6. Grayscale: #484848. Windows color (decimal): -3730423 or 595143. OLE color: 595143.

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

Color convert

RGB 199 20 9 -
CMYK 0 0.90 0.95 0.22
HSL 3.47º 0.91% 0.41% -
HSV(B) 3.47º 0.95% 0.78% -
XYZ 23.85 12.66 1.45 -
YUV 72.27 92.3 218.39 -
System Red Green Blue C M Y K H S L
Decimal 199 20 9 0 0.90 0.95 0.22 3.47 0.91 0.41
Hex C7 14 9 0 5A 5F 16 3 5B 29
Octal 307 24 11 0 132 137 26 3 133 51
Binary 11000111 10100 1001 0 1011010 1011111 10110 11 1011011 101001

Color Harmonies of #C71409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71409

Black with #C71409

Text Example


Text Example

White with #C71409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71409; }

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

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

background-color css

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

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

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

border-color css

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

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

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