Html Css Color HEX #C50903 Free Speech Red

📋 copy color: '#C50903'

red 197 ◦ green 9 ◦ blue 3

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

Shades of Free Speech Red #C50903

Tints of Free Speech Red #C50903

RGB

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

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

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

R = 94.26%
G = 4.31%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50903 (or 0xC50903) is known color: Free Speech Red. HEX triplet: C5, 09 and 03. RGB value is (197,9,3). Sum of RGB (Red+Green+Blue) = 197+9+3=209 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.26% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 197 - color contains mainly: red. Hex color #C50903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50903 is #3AF6FC. Grayscale: #404040. Windows color (decimal): -3864317 or 199109. OLE color: 199109.

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

Color convert

RGB 197 9 3 -
CMYK 0 0.95 0.98 0.23
HSL 1.86º 0.97% 0.39% -
HSV(B) 1.86º 0.98% 0.77% -
XYZ 23.14 12.07 1.2 -
YUV 64.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 197 9 3 0 0.95 0.98 0.23 1.86 0.97 0.39
Hex C5 9 3 0 5F 62 17 2 61 27
Octal 305 11 3 0 137 142 27 2 141 47
Binary 11000101 1001 11 0 1011111 1100010 10111 10 1100001 100111

Color Harmonies of #C50903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50903

Black with #C50903

Text Example


Text Example

White with #C50903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50903; }

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

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

background-color css

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

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

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

border-color css

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

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

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