Html Css Color HEX #C00505 Free Speech Red

📋 copy color: '#C00505'

red 192 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #C00505

Tints of Free Speech Red #C00505

RGB

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

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

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

R = 95.05%
G = 2.48%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C00505 (or 0xC00505) is known color: Free Speech Red. HEX triplet: C0, 05 and 05. RGB value is (192,5,5). Sum of RGB (Red+Green+Blue) = 192+5+5=202 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.05% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 192 - color contains mainly: red. Hex color #C00505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00505 is #3FFAFA. Grayscale: #3D3D3D. Windows color (decimal): -4193019 or 329152. OLE color: 329152.

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

Color convert

RGB 192 5 5 -
CMYK 0 0.97 0.97 0.25
HSL 0.95% 0.39% -
HSV(B) 0.97% 0.75% -
XYZ 21.82 11.33 1.18 -
YUV 60.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 192 5 5 0 0.97 0.97 0.25 0 0.95 0.39
Hex C0 5 5 0 61 61 19 0 5F 27
Octal 300 5 5 0 141 141 31 0 137 47
Binary 11000000 101 101 0 1100001 1100001 11001 0 1011111 100111

Color Harmonies of #C00505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00505

Black with #C00505

Text Example


Text Example

White with #C00505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00505; }

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

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

background-color css

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

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

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

border-color css

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

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

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