Html Css Color HEX #C31A03 Free Speech Red

📋 copy color: '#C31A03'

red 195 ◦ green 26 ◦ blue 3

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

Shades of Free Speech Red #C31A03

Tints of Free Speech Red #C31A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 87.05%
G = 11.61%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C31A03 (or 0xC31A03) is known color: Free Speech Red. HEX triplet: C3, 1A and 03. RGB value is (195,26,3). Sum of RGB (Red+Green+Blue) = 195+26+3=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31A03 is #3CE5FC. Grayscale: #4A4A4A. Windows color (decimal): -3991037 or 203459. OLE color: 203459.

HSL color Cylindrical-coordinate representation of color #C31A03: hue angle of 7.19º degrees, saturation: 0.97, 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 #C31A03 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 3 -
CMYK 0 0.87 0.98 0.24
HSL 7.19º 0.97% 0.39% -
HSV(B) 7.19º 0.98% 0.76% -
XYZ 22.89 12.35 1.26 -
YUV 73.91 87.99 214.37 -
System Red Green Blue C M Y K H S L
Decimal 195 26 3 0 0.87 0.98 0.24 7.19 0.97 0.39
Hex C3 1A 3 0 57 62 18 7 61 27
Octal 303 32 3 0 127 142 30 7 141 47
Binary 11000011 11010 11 0 1010111 1100010 11000 111 1100001 100111

Color Harmonies of #C31A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A03

Black with #C31A03

Text Example


Text Example

White with #C31A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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