Html Css Color HEX #C00F0E Free Speech Red

📋 copy color: '#C00F0E'

red 192 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #C00F0E

Tints of Free Speech Red #C00F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 86.88%
G = 6.79%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C00F0E (or 0xC00F0E) is known color: Free Speech Red. HEX triplet: C0, 0F and 0E. RGB value is (192,15,14). Sum of RGB (Red+Green+Blue) = 192+15+14=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00F0E is #3FF0F1. Grayscale: #434343. Windows color (decimal): -4190450 or 921536. OLE color: 921536.

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

Color convert

RGB 192 15 14 -
CMYK 0 0.92 0.93 0.25
HSL 0.34º 0.86% 0.4% -
HSV(B) 0.34º 0.93% 0.75% -
XYZ 21.99 11.58 1.49 -
YUV 67.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 192 15 14 0 0.92 0.93 0.25 0.34 0.86 0.4
Hex C0 F E 0 5C 5D 19 0 56 28
Octal 300 17 16 0 134 135 31 0 126 50
Binary 11000000 1111 1110 0 1011100 1011101 11001 0 1010110 101000

Color Harmonies of #C00F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F0E

Black with #C00F0E

Text Example


Text Example

White with #C00F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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