Html Css Color HEX #C50402 Free Speech Red

📋 copy color: '#C50402'

red 197 ◦ green 4 ◦ blue 2

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

Shades of Free Speech Red #C50402

Tints of Free Speech Red #C50402

RGB

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

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

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

R = 97.04%
G = 1.97%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C50402 (or 0xC50402) is known color: Free Speech Red. HEX triplet: C5, 04 and 02. RGB value is (197,4,2). Sum of RGB (Red+Green+Blue) = 197+4+2=203 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.04% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 197 - color contains mainly: red. Hex color #C50402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50402 is #3AFBFD. Grayscale: #3D3D3D. Windows color (decimal): -3865598 or 132293. OLE color: 132293.

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

Color convert

RGB 197 4 2 -
CMYK 0 0.98 0.99 0.23
HSL 0.62º 0.98% 0.39% -
HSV(B) 0.62º 0.99% 0.77% -
XYZ 23.08 11.96 1.15 -
YUV 61.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 197 4 2 0 0.98 0.99 0.23 0.62 0.98 0.39
Hex C5 4 2 0 62 63 17 1 62 27
Octal 305 4 2 0 142 143 27 1 142 47
Binary 11000101 100 10 0 1100010 1100011 10111 1 1100010 100111

Color Harmonies of #C50402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50402

Black with #C50402

Text Example


Text Example

White with #C50402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50402; }

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

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

background-color css

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

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

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

border-color css

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

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

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