Html Css Color HEX #C70504 Free Speech Red

📋 copy color: '#C70504'

red 199 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #C70504

Tints of Free Speech Red #C70504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 95.67%
G = 2.4%
B = 1.92%

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

#C70504 (or 0xC70504) is known color: Free Speech Red. HEX triplet: C7, 05 and 04. RGB value is (199,5,4). Sum of RGB (Red+Green+Blue) = 199+5+4=208 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.67% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 199 - color contains mainly: red. Hex color #C70504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70504 is #38FAFB. Grayscale: #3F3F3F. Windows color (decimal): -3734268 or 263623. OLE color: 263623.

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

Color convert

RGB 199 5 4 -
CMYK 0 0.97 0.98 0.22
HSL 0.31º 0.96% 0.4% -
HSV(B) 0.31º 0.98% 0.78% -
XYZ 23.63 12.26 1.24 -
YUV 62.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 199 5 4 0 0.97 0.98 0.22 0.31 0.96 0.4
Hex C7 5 4 0 61 62 16 0 60 28
Octal 307 5 4 0 141 142 26 0 140 50
Binary 11000111 101 100 0 1100001 1100010 10110 0 1100000 101000

Color Harmonies of #C70504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70504

Black with #C70504

Text Example


Text Example

White with #C70504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70504; }

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

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

background-color css

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

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

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

border-color css

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

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

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