Html Css Color HEX #C10704 Free Speech Red

📋 copy color: '#C10704'

red 193 ◦ green 7 ◦ blue 4

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

Shades of Free Speech Red #C10704

Tints of Free Speech Red #C10704

RGB

 RED value IS 193 (75.78% from 255) = 94.61%

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 94.61%
G = 3.43%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C10704 (or 0xC10704) is known color: Free Speech Red. HEX triplet: C1, 07 and 04. RGB value is (193,7,4). Sum of RGB (Red+Green+Blue) = 193+7+4=204 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.61% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 193 - color contains mainly: red. Hex color #C10704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10704 is #3EF8FB. Grayscale: #3E3E3E. Windows color (decimal): -4126972 or 264129. OLE color: 264129.

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

Color convert

RGB 193 7 4 -
CMYK 0 0.96 0.98 0.24
HSL 0.95º 0.96% 0.39% -
HSV(B) 0.95º 0.98% 0.76% -
XYZ 22.09 11.5 1.17 -
YUV 62.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 193 7 4 0 0.96 0.98 0.24 0.95 0.96 0.39
Hex C1 7 4 0 60 62 18 1 60 27
Octal 301 7 4 0 140 142 30 1 140 47
Binary 11000001 111 100 0 1100000 1100010 11000 1 1100000 100111

Color Harmonies of #C10704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10704

Black with #C10704

Text Example


Text Example

White with #C10704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10704; }

 p { color: rgb(193,7,4); }

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

background-color css

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

 a { background-color: rgb(193,7,4); }

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

border-color css

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

 span { border-color: rgb(193,7,4); }

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