Html Css Color HEX #C10300 Free Speech Red

📋 copy color: '#C10300'

red 193 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #C10300

Tints of Free Speech Red #C10300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.47%
G = 1.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C10300 (or 0xC10300) is known color: Free Speech Red. HEX triplet: C1, 03 and 00. RGB value is (193,3,0). Sum of RGB (Red+Green+Blue) = 193+3+0=196 (25% of max value = 765). Red value is 193 (75.78% from 255 or 98.47% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 193 - color contains mainly: red. Hex color #C10300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10300 is #3EFCFF. Grayscale: #3B3B3B. Windows color (decimal): -4128000 or 961. OLE color: 961.

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

Color convert

RGB 193 3 0 -
CMYK 0 0.98 1 0.24
HSL 0.93º 1% 0.38% -
HSV(B) 0.93º 1% 0.76% -
XYZ 22.02 11.4 1.04 -
YUV 59.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 193 3 0 0 0.98 1 0.24 0.93 1 0.38
Hex C1 3 0 0 62 64 18 1 64 26
Octal 301 3 0 0 142 144 30 1 144 46
Binary 11000001 11 0 0 1100010 1100100 11000 1 1100100 100110

Color Harmonies of #C10300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10300

Black with #C10300

Text Example


Text Example

White with #C10300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10300; }

 p { color: rgb(193,3,0); }

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

background-color css

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

 a { background-color: rgb(193,3,0); }

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

border-color css

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

 span { border-color: rgb(193,3,0); }

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