Html Css Color HEX #C31412 Free Speech Red

📋 copy color: '#C31412'

red 195 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #C31412

Tints of Free Speech Red #C31412

RGB

 RED value IS 195 (76.56% from 255) = 83.69%

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

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

R = 83.69%
G = 8.58%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C31412 (or 0xC31412) is known color: Free Speech Red. HEX triplet: C3, 14 and 12. RGB value is (195,20,18). Sum of RGB (Red+Green+Blue) = 195+20+18=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C31412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31412 is #3CEBED. Grayscale: #484848. Windows color (decimal): -3992558 or 1184963. OLE color: 1184963.

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

Color convert

RGB 195 20 18 -
CMYK 0 0.90 0.91 0.24
HSL 0.68º 0.83% 0.42% -
HSV(B) 0.68º 0.91% 0.76% -
XYZ 22.87 12.15 1.71 -
YUV 72.1 97.48 215.66 -
System Red Green Blue C M Y K H S L
Decimal 195 20 18 0 0.90 0.91 0.24 0.68 0.83 0.42
Hex C3 14 12 0 5A 5B 18 1 53 2A
Octal 303 24 22 0 132 133 30 1 123 52
Binary 11000011 10100 10010 0 1011010 1011011 11000 1 1010011 101010

Color Harmonies of #C31412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31412

Black with #C31412

Text Example


Text Example

White with #C31412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31412; }

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

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

background-color css

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

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

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

border-color css

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

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

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