Html Css Color HEX #C50202 Free Speech Red

📋 copy color: '#C50202'

red 197 ◦ green 2 ◦ blue 2

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

Shades of Free Speech Red #C50202

Tints of Free Speech Red #C50202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 98.01%
G = 1%
B = 1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C50202 (or 0xC50202) is known color: Free Speech Red. HEX triplet: C5, 02 and 02. RGB value is (197,2,2). Sum of RGB (Red+Green+Blue) = 197+2+2=201 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.01% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 197 - color contains mainly: red. Hex color #C50202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50202 is #3AFDFD. Grayscale: #3C3C3C. Windows color (decimal): -3866110 or 131781. OLE color: 131781.

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

Color convert

RGB 197 2 2 -
CMYK 0 0.99 0.99 0.23
HSL 0.98% 0.39% -
HSV(B) 0.99% 0.77% -
XYZ 23.06 11.92 1.14 -
YUV 60.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 197 2 2 0 0.99 0.99 0.23 0 0.98 0.39
Hex C5 2 2 0 63 63 17 0 62 27
Octal 305 2 2 0 143 143 27 0 142 47
Binary 11000101 10 10 0 1100011 1100011 10111 0 1100010 100111

Color Harmonies of #C50202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50202

Black with #C50202

Text Example


Text Example

White with #C50202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50202; }

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

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

background-color css

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

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

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

border-color css

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

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

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