Html Css Color HEX #C51412 Free Speech Red

📋 copy color: '#C51412'

red 197 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #C51412

Tints of Free Speech Red #C51412

RGB

 RED value IS 197 (77.34% from 255) = 83.83%

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

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 83.83%
G = 8.51%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C51412 (or 0xC51412) is known color: Free Speech Red. HEX triplet: C5, 14 and 12. RGB value is (197,20,18). Sum of RGB (Red+Green+Blue) = 197+20+18=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C51412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51412 is #3AEBED. Grayscale: #484848. Windows color (decimal): -3861486 or 1184965. OLE color: 1184965.

HSL color Cylindrical-coordinate representation of color #C51412: hue angle of 0.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51412 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 18 -
CMYK 0 0.90 0.91 0.23
HSL 0.67º 0.83% 0.42% -
HSV(B) 0.67º 0.91% 0.77% -
XYZ 23.39 12.41 1.74 -
YUV 72.7 97.14 216.66 -
System Red Green Blue C M Y K H S L
Decimal 197 20 18 0 0.90 0.91 0.23 0.67 0.83 0.42
Hex C5 14 12 0 5A 5B 17 1 53 2A
Octal 305 24 22 0 132 133 27 1 123 52
Binary 11000101 10100 10010 0 1011010 1011011 10111 1 1010011 101010

Color Harmonies of #C51412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51412

Black with #C51412

Text Example


Text Example

White with #C51412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51412; }

 p { color: rgb(197,20,18); }

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

background-color css

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

 a { background-color: rgb(197,20,18); }

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

border-color css

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

 span { border-color: rgb(197,20,18); }

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