Html Css Color HEX #C50502 Free Speech Red

📋 copy color: '#C50502'

red 197 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #C50502

Tints of Free Speech Red #C50502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 96.57%
G = 2.45%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C50502 (or 0xC50502) is known color: Free Speech Red. HEX triplet: C5, 05 and 02. RGB value is (197,5,2). Sum of RGB (Red+Green+Blue) = 197+5+2=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50502 is #3AFAFD. Grayscale: #3E3E3E. Windows color (decimal): -3865342 or 132549. OLE color: 132549.

HSL color Cylindrical-coordinate representation of color #C50502: hue angle of 0.92º 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 #C50502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 2 -
CMYK 0 0.97 0.99 0.23
HSL 0.92º 0.98% 0.39% -
HSV(B) 0.92º 0.99% 0.77% -
XYZ 23.09 11.98 1.15 -
YUV 62.07 94.11 224.24 -
System Red Green Blue C M Y K H S L
Decimal 197 5 2 0 0.97 0.99 0.23 0.92 0.98 0.39
Hex C5 5 2 0 61 63 17 1 62 27
Octal 305 5 2 0 141 143 27 1 142 47
Binary 11000101 101 10 0 1100001 1100011 10111 1 1100010 100111

Color Harmonies of #C50502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50502

Black with #C50502

Text Example


Text Example

White with #C50502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50502; }

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

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

background-color css

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

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

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

border-color css

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

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

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