Html Css Color HEX #C20505 Free Speech Red

📋 copy color: '#C20505'

red 194 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #C20505

Tints of Free Speech Red #C20505

RGB

 RED value IS 194 (76.17% from 255) = 95.1%

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 95.1%
G = 2.45%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C20505 (or 0xC20505) is known color: Free Speech Red. HEX triplet: C2, 05 and 05. RGB value is (194,5,5). Sum of RGB (Red+Green+Blue) = 194+5+5=204 (27% of max value = 765). Red value is 194 (76.17% from 255 or 95.10% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 194 - color contains mainly: red. Hex color #C20505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20505 is #3DFAFA. Grayscale: #3D3D3D. Windows color (decimal): -4061947 or 329154. OLE color: 329154.

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

Color convert

RGB 194 5 5 -
CMYK 0 0.97 0.97 0.24
HSL 0.95% 0.39% -
HSV(B) 0.97% 0.76% -
XYZ 22.33 11.59 1.2 -
YUV 61.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 194 5 5 0 0.97 0.97 0.24 0 0.95 0.39
Hex C2 5 5 0 61 61 18 0 5F 27
Octal 302 5 5 0 141 141 30 0 137 47
Binary 11000010 101 101 0 1100001 1100001 11000 0 1011111 100111

Color Harmonies of #C20505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20505

Black with #C20505

Text Example


Text Example

White with #C20505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20505; }

 p { color: rgb(194,5,5); }

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

background-color css

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

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

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

border-color css

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

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

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