Html Css Color HEX #C70503 Free Speech Red

📋 copy color: '#C70503'

red 199 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #C70503

Tints of Free Speech Red #C70503

RGB

 RED value IS 199 (78.13% from 255) = 96.14%

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

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

R = 96.14%
G = 2.42%
B = 1.45%

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

#C70503 (or 0xC70503) is known color: Free Speech Red. HEX triplet: C7, 05 and 03. RGB value is (199,5,3). Sum of RGB (Red+Green+Blue) = 199+5+3=207 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.14% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 199 - color contains mainly: red. Hex color #C70503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70503 is #38FAFC. Grayscale: #3E3E3E. Windows color (decimal): -3734269 or 198087. OLE color: 198087.

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

Color convert

RGB 199 5 3 -
CMYK 0 0.97 0.98 0.22
HSL 0.61º 0.97% 0.4% -
HSV(B) 0.61º 0.98% 0.78% -
XYZ 23.62 12.26 1.21 -
YUV 62.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 199 5 3 0 0.97 0.98 0.22 0.61 0.97 0.4
Hex C7 5 3 0 61 62 16 1 61 28
Octal 307 5 3 0 141 142 26 1 141 50
Binary 11000111 101 11 0 1100001 1100010 10110 1 1100001 101000

Color Harmonies of #C70503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70503

Black with #C70503

Text Example


Text Example

White with #C70503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70503; }

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

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

background-color css

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

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

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

border-color css

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

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

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