Html Css Color HEX #C31A00 Free Speech Red

📋 copy color: '#C31A00'

red 195 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #C31A00

Tints of Free Speech Red #C31A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.24%
G = 11.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C31A00 (or 0xC31A00) is known color: Free Speech Red. HEX triplet: C3, 1A and 00. RGB value is (195,26,0). Sum of RGB (Red+Green+Blue) = 195+26+0=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31A00 is #3CE5FF. Grayscale: #494949. Windows color (decimal): -3991040 or 6851. OLE color: 6851.

HSL color Cylindrical-coordinate representation of color #C31A00: hue angle of 8º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C31A00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 0 -
CMYK 0 0.87 1 0.24
HSL 1% 0.38% -
HSV(B) 1% 0.76% -
XYZ 22.88 12.34 1.18 -
YUV 73.57 86.49 214.61 -
System Red Green Blue C M Y K H S L
Decimal 195 26 0 0 0.87 1 0.24 8 1 0.38
Hex C3 1A 0 0 57 64 18 8 64 26
Octal 303 32 0 0 127 144 30 10 144 46
Binary 11000011 11010 0 0 1010111 1100100 11000 1000 1100100 100110

Color Harmonies of #C31A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A00

Black with #C31A00

Text Example


Text Example

White with #C31A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A00; }

 p { color: rgb(195,26,0); }

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

background-color css

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

 a { background-color: rgb(195,26,0); }

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

border-color css

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

 span { border-color: rgb(195,26,0); }

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