Html Css Color HEX #CE130E Free Speech Red

📋 copy color: '#CE130E'

red 206 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #CE130E

Tints of Free Speech Red #CE130E

RGB

 RED value IS 206 (80.86% from 255) = 86.19%

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 86.19%
G = 7.95%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE130E (or 0xCE130E) is known color: Free Speech Red. HEX triplet: CE, 13 and 0E. RGB value is (206,19,14). Sum of RGB (Red+Green+Blue) = 206+19+14=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE130E is #31ECF1. Grayscale: #4A4A4A. Windows color (decimal): -3271922 or 922574. OLE color: 922574.

HSL color Cylindrical-coordinate representation of color #CE130E: hue angle of 1.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE130E is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 14 -
CMYK 0 0.91 0.93 0.19
HSL 1.56º 0.87% 0.43% -
HSV(B) 1.56º 0.93% 0.81% -
XYZ 25.77 13.62 1.69 -
YUV 74.34 93.95 221.91 -
System Red Green Blue C M Y K H S L
Decimal 206 19 14 0 0.91 0.93 0.19 1.56 0.87 0.43
Hex CE 13 E 0 5B 5D 13 2 57 2B
Octal 316 23 16 0 133 135 23 2 127 53
Binary 11001110 10011 1110 0 1011011 1011101 10011 10 1010111 101011

Color Harmonies of #CE130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE130E

Black with #CE130E

Text Example


Text Example

White with #CE130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE130E; }

 p { color: rgb(206,19,14); }

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

background-color css

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

 a { background-color: rgb(206,19,14); }

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

border-color css

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

 span { border-color: rgb(206,19,14); }

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