Html Css Color HEX #C31304 Free Speech Red

📋 copy color: '#C31304'

red 195 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #C31304

Tints of Free Speech Red #C31304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 89.45%
G = 8.72%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C31304 (or 0xC31304) is known color: Free Speech Red. HEX triplet: C3, 13 and 04. RGB value is (195,19,4). Sum of RGB (Red+Green+Blue) = 195+19+4=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C31304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31304 is #3CECFB. Grayscale: #464646. Windows color (decimal): -3992828 or 267203. OLE color: 267203.

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

Color convert

RGB 195 19 4 -
CMYK 0 0.90 0.98 0.24
HSL 4.71º 0.96% 0.39% -
HSV(B) 4.71º 0.98% 0.76% -
XYZ 22.76 12.08 1.25 -
YUV 69.91 90.81 217.22 -
System Red Green Blue C M Y K H S L
Decimal 195 19 4 0 0.90 0.98 0.24 4.71 0.96 0.39
Hex C3 13 4 0 5A 62 18 5 60 27
Octal 303 23 4 0 132 142 30 5 140 47
Binary 11000011 10011 100 0 1011010 1100010 11000 101 1100000 100111

Color Harmonies of #C31304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31304

Black with #C31304

Text Example


Text Example

White with #C31304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31304; }

 p { color: rgb(195,19,4); }

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

background-color css

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

 a { background-color: rgb(195,19,4); }

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

border-color css

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

 span { border-color: rgb(195,19,4); }

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