Html Css Color HEX #C0150C Free Speech Red

📋 copy color: '#C0150C'

red 192 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #C0150C

Tints of Free Speech Red #C0150C

RGB

 RED value IS 192 (75.39% from 255) = 85.33%

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 85.33%
G = 9.33%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0150C (or 0xC0150C) is known color: Free Speech Red. HEX triplet: C0, 15 and 0C. RGB value is (192,21,12). Sum of RGB (Red+Green+Blue) = 192+21+12=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C0150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0150C is #3FEAF3. Grayscale: #474747. Windows color (decimal): -4188916 or 792000. OLE color: 792000.

HSL color Cylindrical-coordinate representation of color #C0150C: hue angle of 3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0150C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 12 -
CMYK 0 0.89 0.94 0.25
HSL 0.88% 0.4% -
HSV(B) 0.94% 0.75% -
XYZ 22.07 11.77 1.46 -
YUV 71.1 94.65 214.23 -
System Red Green Blue C M Y K H S L
Decimal 192 21 12 0 0.89 0.94 0.25 3 0.88 0.4
Hex C0 15 C 0 59 5E 19 3 58 28
Octal 300 25 14 0 131 136 31 3 130 50
Binary 11000000 10101 1100 0 1011001 1011110 11001 11 1011000 101000

Color Harmonies of #C0150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0150C

Black with #C0150C

Text Example


Text Example

White with #C0150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0150C; }

 p { color: rgb(192,21,12); }

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

background-color css

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

 a { background-color: rgb(192,21,12); }

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

border-color css

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

 span { border-color: rgb(192,21,12); }

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