Html Css Color HEX #C60503 Free Speech Red

📋 copy color: '#C60503'

red 198 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #C60503

Tints of Free Speech Red #C60503

RGB

 RED value IS 198 (77.73% from 255) = 96.12%

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

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

R = 96.12%
G = 2.43%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C60503 (or 0xC60503) is known color: Free Speech Red. HEX triplet: C6, 05 and 03. RGB value is (198,5,3). Sum of RGB (Red+Green+Blue) = 198+5+3=206 (27% of max value = 765). Red value is 198 (77.73% from 255 or 96.12% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 198 - color contains mainly: red. Hex color #C60503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60503 is #39FAFC. Grayscale: #3E3E3E. Windows color (decimal): -3799805 or 198086. OLE color: 198086.

HSL color Cylindrical-coordinate representation of color #C60503: hue angle of 0.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60503 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 3 -
CMYK 0 0.97 0.98 0.22
HSL 0.62º 0.97% 0.39% -
HSV(B) 0.62º 0.98% 0.78% -
XYZ 23.36 12.12 1.19 -
YUV 62.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 198 5 3 0 0.97 0.98 0.22 0.62 0.97 0.39
Hex C6 5 3 0 61 62 16 1 61 27
Octal 306 5 3 0 141 142 26 1 141 47
Binary 11000110 101 11 0 1100001 1100010 10110 1 1100001 100111

Color Harmonies of #C60503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60503

Black with #C60503

Text Example


Text Example

White with #C60503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60503; }

 p { color: rgb(198,5,3); }

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

background-color css

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

 a { background-color: rgb(198,5,3); }

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

border-color css

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

 span { border-color: rgb(198,5,3); }

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