Html Css Color HEX #C71413 Free Speech Red

📋 copy color: '#C71413'

red 199 ◦ green 20 ◦ blue 19

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

Shades of Free Speech Red #C71413

Tints of Free Speech Red #C71413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 83.61%
G = 8.4%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C71413 (or 0xC71413) is known color: Free Speech Red. HEX triplet: C7, 14 and 13. RGB value is (199,20,19). Sum of RGB (Red+Green+Blue) = 199+20+19=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C71413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71413 is #38EBEC. Grayscale: #494949. Windows color (decimal): -3730413 or 1250503. OLE color: 1250503.

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

Color convert

RGB 199 20 19 -
CMYK 0 0.90 0.90 0.22
HSL 0.33º 0.83% 0.43% -
HSV(B) 0.33º 0.9% 0.78% -
XYZ 23.92 12.69 1.8 -
YUV 73.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 199 20 19 0 0.90 0.90 0.22 0.33 0.83 0.43
Hex C7 14 13 0 5A 5A 16 0 53 2B
Octal 307 24 23 0 132 132 26 0 123 53
Binary 11000111 10100 10011 0 1011010 1011010 10110 0 1010011 101011

Color Harmonies of #C71413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71413

Black with #C71413

Text Example


Text Example

White with #C71413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71413; }

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

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

background-color css

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

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

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

border-color css

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

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

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