Html Css Color HEX #C50902 Free Speech Red

📋 copy color: '#C50902'

red 197 ◦ green 9 ◦ blue 2

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

Shades of Free Speech Red #C50902

Tints of Free Speech Red #C50902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 94.71%
G = 4.33%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C50902 (or 0xC50902) is known color: Free Speech Red. HEX triplet: C5, 09 and 02. RGB value is (197,9,2). Sum of RGB (Red+Green+Blue) = 197+9+2=208 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.71% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 197 - color contains mainly: red. Hex color #C50902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50902 is #3AF6FD. Grayscale: #404040. Windows color (decimal): -3864318 or 133573. OLE color: 133573.

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

Color convert

RGB 197 9 2 -
CMYK 0 0.95 0.99 0.23
HSL 2.15º 0.98% 0.39% -
HSV(B) 2.15º 0.99% 0.77% -
XYZ 23.13 12.07 1.17 -
YUV 64.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 197 9 2 0 0.95 0.99 0.23 2.15 0.98 0.39
Hex C5 9 2 0 5F 63 17 2 62 27
Octal 305 11 2 0 137 143 27 2 142 47
Binary 11000101 1001 10 0 1011111 1100011 10111 10 1100010 100111

Color Harmonies of #C50902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50902

Black with #C50902

Text Example


Text Example

White with #C50902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50902; }

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

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

background-color css

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

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

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

border-color css

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

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

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