Html Css Color HEX #C00E04 Free Speech Red

📋 copy color: '#C00E04'

red 192 ◦ green 14 ◦ blue 4

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

Shades of Free Speech Red #C00E04

Tints of Free Speech Red #C00E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.67%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 91.43%
G = 6.67%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C00E04 (or 0xC00E04) is known color: Free Speech Red. HEX triplet: C0, 0E and 04. RGB value is (192,14,4). Sum of RGB (Red+Green+Blue) = 192+14+4=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00E04 is #3FF1FB. Grayscale: #424242. Windows color (decimal): -4190716 or 265920. OLE color: 265920.

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

Color convert

RGB 192 14 4 -
CMYK 0 0.93 0.98 0.25
HSL 3.19º 0.96% 0.38% -
HSV(B) 3.19º 0.98% 0.75% -
XYZ 21.92 11.53 1.19 -
YUV 66.08 92.97 217.81 -
System Red Green Blue C M Y K H S L
Decimal 192 14 4 0 0.93 0.98 0.25 3.19 0.96 0.38
Hex C0 E 4 0 5D 62 19 3 60 26
Octal 300 16 4 0 135 142 31 3 140 46
Binary 11000000 1110 100 0 1011101 1100010 11001 11 1100000 100110

Color Harmonies of #C00E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E04

Black with #C00E04

Text Example


Text Example

White with #C00E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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