Html Css Color HEX #C50303 Free Speech Red

📋 copy color: '#C50303'

red 197 ◦ green 3 ◦ blue 3

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

Shades of Free Speech Red #C50303

Tints of Free Speech Red #C50303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 97.04%
G = 1.48%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50303 (or 0xC50303) is known color: Free Speech Red. HEX triplet: C5, 03 and 03. RGB value is (197,3,3). Sum of RGB (Red+Green+Blue) = 197+3+3=203 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.04% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 197 - color contains mainly: red. Hex color #C50303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50303 is #3AFCFC. Grayscale: #3D3D3D. Windows color (decimal): -3865853 or 197573. OLE color: 197573.

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

Color convert

RGB 197 3 3 -
CMYK 0 0.98 0.98 0.23
HSL 0.97% 0.39% -
HSV(B) 0.98% 0.77% -
XYZ 23.07 11.94 1.18 -
YUV 61.01 95.27 225 -
System Red Green Blue C M Y K H S L
Decimal 197 3 3 0 0.98 0.98 0.23 0 0.97 0.39
Hex C5 3 3 0 62 62 17 0 61 27
Octal 305 3 3 0 142 142 27 0 141 47
Binary 11000101 11 11 0 1100010 1100010 10111 0 1100001 100111

Color Harmonies of #C50303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50303

Black with #C50303

Text Example


Text Example

White with #C50303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50303; }

 p { color: rgb(197,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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