Html Css Color HEX #C01505 Free Speech Red

📋 copy color: '#C01505'

red 192 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #C01505

Tints of Free Speech Red #C01505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 88.07%
G = 9.63%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C01505 (or 0xC01505) is known color: Free Speech Red. HEX triplet: C0, 15 and 05. RGB value is (192,21,5). Sum of RGB (Red+Green+Blue) = 192+21+5=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C01505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01505 is #3FEAFA. Grayscale: #464646. Windows color (decimal): -4188923 or 333248. OLE color: 333248.

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

Color convert

RGB 192 21 5 -
CMYK 0 0.89 0.97 0.25
HSL 5.13º 0.95% 0.39% -
HSV(B) 5.13º 0.97% 0.75% -
XYZ 22.03 11.75 1.25 -
YUV 70.31 91.15 214.8 -
System Red Green Blue C M Y K H S L
Decimal 192 21 5 0 0.89 0.97 0.25 5.13 0.95 0.39
Hex C0 15 5 0 59 61 19 5 5F 27
Octal 300 25 5 0 131 141 31 5 137 47
Binary 11000000 10101 101 0 1011001 1100001 11001 101 1011111 100111

Color Harmonies of #C01505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01505

Black with #C01505

Text Example


Text Example

White with #C01505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01505; }

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

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

background-color css

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

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

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

border-color css

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

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

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