Html Css Color HEX #C20F0E Free Speech Red

📋 copy color: '#C20F0E'

red 194 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #C20F0E

Tints of Free Speech Red #C20F0E

RGB

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

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

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

R = 87%
G = 6.73%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C20F0E (or 0xC20F0E) is known color: Free Speech Red. HEX triplet: C2, 0F and 0E. RGB value is (194,15,14). Sum of RGB (Red+Green+Blue) = 194+15+14=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F0E is #3DF0F1. Grayscale: #444444. Windows color (decimal): -4059378 or 921538. OLE color: 921538.

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

Color convert

RGB 194 15 14 -
CMYK 0 0.92 0.93 0.24
HSL 0.33º 0.87% 0.41% -
HSV(B) 0.33º 0.93% 0.76% -
XYZ 22.5 11.84 1.52 -
YUV 68.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 194 15 14 0 0.92 0.93 0.24 0.33 0.87 0.41
Hex C2 F E 0 5C 5D 18 0 57 29
Octal 302 17 16 0 134 135 30 0 127 51
Binary 11000010 1111 1110 0 1011100 1011101 11000 0 1010111 101001

Color Harmonies of #C20F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F0E

Black with #C20F0E

Text Example


Text Example

White with #C20F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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