Html Css Color HEX #C0150D Free Speech Red

📋 copy color: '#C0150D'

red 192 ◦ green 21 ◦ blue 13

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

Shades of Free Speech Red #C0150D

Tints of Free Speech Red #C0150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 84.96%
G = 9.29%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0150D (or 0xC0150D) is known color: Free Speech Red. HEX triplet: C0, 15 and 0D. RGB value is (192,21,13). Sum of RGB (Red+Green+Blue) = 192+21+13=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C0150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0150D is #3FEAF2. Grayscale: #474747. Windows color (decimal): -4188915 or 857536. OLE color: 857536.

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

Color convert

RGB 192 21 13 -
CMYK 0 0.89 0.93 0.25
HSL 2.68º 0.87% 0.4% -
HSV(B) 2.68º 0.93% 0.75% -
XYZ 22.08 11.77 1.49 -
YUV 71.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 192 21 13 0 0.89 0.93 0.25 2.68 0.87 0.4
Hex C0 15 D 0 59 5D 19 3 57 28
Octal 300 25 15 0 131 135 31 3 127 50
Binary 11000000 10101 1101 0 1011001 1011101 11001 11 1010111 101000

Color Harmonies of #C0150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0150D

Black with #C0150D

Text Example


Text Example

White with #C0150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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