Html Css Color HEX #C10A01 Free Speech Red

📋 copy color: '#C10A01'

red 193 ◦ green 10 ◦ blue 1

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

Shades of Free Speech Red #C10A01

Tints of Free Speech Red #C10A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.9%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 94.61%
G = 4.9%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C10A01 (or 0xC10A01) is known color: Free Speech Red. HEX triplet: C1, 0A and 01. RGB value is (193,10,1). Sum of RGB (Red+Green+Blue) = 193+10+1=204 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.61% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A01 is #3EF5FE. Grayscale: #3F3F3F. Windows color (decimal): -4126207 or 68289. OLE color: 68289.

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

Color convert

RGB 193 10 1 -
CMYK 0 0.95 0.99 0.24
HSL 2.81º 0.99% 0.38% -
HSV(B) 2.81º 0.99% 0.76% -
XYZ 22.11 11.56 1.09 -
YUV 63.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 193 10 1 0 0.95 0.99 0.24 2.81 0.99 0.38
Hex C1 A 1 0 5F 63 18 3 63 26
Octal 301 12 1 0 137 143 30 3 143 46
Binary 11000001 1010 1 0 1011111 1100011 11000 11 1100011 100110

Color Harmonies of #C10A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A01

Black with #C10A01

Text Example


Text Example

White with #C10A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A01; }

 p { color: rgb(193,10,1); }

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

background-color css

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

 a { background-color: rgb(193,10,1); }

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

border-color css

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

 span { border-color: rgb(193,10,1); }

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