Html Css Color HEX #C10B00 Free Speech Red

📋 copy color: '#C10B00'

red 193 ◦ green 11 ◦ blue 0

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

Shades of Free Speech Red #C10B00

Tints of Free Speech Red #C10B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.39%

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

R = 94.61%
G = 5.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C10B00 (or 0xC10B00) is known color: Free Speech Red. HEX triplet: C1, 0B and 00. RGB value is (193,11,0). Sum of RGB (Red+Green+Blue) = 193+11+0=204 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.61% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10B00 is #3EF4FF. Grayscale: #404040. Windows color (decimal): -4125952 or 3009. OLE color: 3009.

HSL color Cylindrical-coordinate representation of color #C10B00: hue angle of 3.42º 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 #C10B00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 0 -
CMYK 0 0.94 1 0.24
HSL 3.42º 1% 0.38% -
HSV(B) 3.42º 1% 0.76% -
XYZ 22.11 11.58 1.07 -
YUV 64.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 193 11 0 0 0.94 1 0.24 3.42 1 0.38
Hex C1 B 0 0 5E 64 18 3 64 26
Octal 301 13 0 0 136 144 30 3 144 46
Binary 11000001 1011 0 0 1011110 1100100 11000 11 1100100 100110

Color Harmonies of #C10B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B00

Black with #C10B00

Text Example


Text Example

White with #C10B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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