Html Css Color HEX #C50403 Free Speech Red

📋 copy color: '#C50403'

red 197 ◦ green 4 ◦ blue 3

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

Shades of Free Speech Red #C50403

Tints of Free Speech Red #C50403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 96.57%
G = 1.96%
B = 1.47%

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

#C50403 (or 0xC50403) is known color: Free Speech Red. HEX triplet: C5, 04 and 03. RGB value is (197,4,3). Sum of RGB (Red+Green+Blue) = 197+4+3=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50403 is #3AFBFC. Grayscale: #3D3D3D. Windows color (decimal): -3865597 or 197829. OLE color: 197829.

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

Color convert

RGB 197 4 3 -
CMYK 0 0.98 0.98 0.23
HSL 0.31º 0.97% 0.39% -
HSV(B) 0.31º 0.98% 0.77% -
XYZ 23.09 11.96 1.18 -
YUV 61.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 197 4 3 0 0.98 0.98 0.23 0.31 0.97 0.39
Hex C5 4 3 0 62 62 17 0 61 27
Octal 305 4 3 0 142 142 27 0 141 47
Binary 11000101 100 11 0 1100010 1100010 10111 0 1100001 100111

Color Harmonies of #C50403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50403

Black with #C50403

Text Example


Text Example

White with #C50403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50403; }

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

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

background-color css

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

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

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

border-color css

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

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

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