Html Css Color HEX #C00400 Free Speech Red

📋 copy color: '#C00400'

red 192 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #C00400

Tints of Free Speech Red #C00400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.96%
G = 2.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C00400 (or 0xC00400) is known color: Free Speech Red. HEX triplet: C0, 04 and 00. RGB value is (192,4,0). Sum of RGB (Red+Green+Blue) = 192+4+0=196 (25% of max value = 765). Red value is 192 (75.39% from 255 or 97.96% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 192 - color contains mainly: red. Hex color #C00400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00400 is #3FFBFF. Grayscale: #3B3B3B. Windows color (decimal): -4193280 or 1216. OLE color: 1216.

HSL color Cylindrical-coordinate representation of color #C00400: hue angle of 1.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 0 -
CMYK 0 0.98 1 0.25
HSL 1.25º 1% 0.38% -
HSV(B) 1.25º 1% 0.75% -
XYZ 21.78 11.29 1.03 -
YUV 59.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 192 4 0 0 0.98 1 0.25 1.25 1 0.38
Hex C0 4 0 0 62 64 19 1 64 26
Octal 300 4 0 0 142 144 31 1 144 46
Binary 11000000 100 0 0 1100010 1100100 11001 1 1100100 100110

Color Harmonies of #C00400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00400

Black with #C00400

Text Example


Text Example

White with #C00400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00400; }

 p { color: rgb(192,4,0); }

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

background-color css

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

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

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

border-color css

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

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

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