Html Css Color HEX #CE0E06 Free Speech Red

📋 copy color: '#CE0E06'

red 206 ◦ green 14 ◦ blue 6

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

Shades of Free Speech Red #CE0E06

Tints of Free Speech Red #CE0E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 91.15%
G = 6.19%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE0E06 (or 0xCE0E06) is known color: Free Speech Red. HEX triplet: CE, 0E and 06. RGB value is (206,14,6). Sum of RGB (Red+Green+Blue) = 206+14+6=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0E06 is #31F1F9. Grayscale: #464646. Windows color (decimal): -3273210 or 397006. OLE color: 397006.

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

Color convert

RGB 206 14 6 -
CMYK 0 0.93 0.97 0.19
HSL 2.4º 0.94% 0.42% -
HSV(B) 2.4º 0.97% 0.81% -
XYZ 25.64 13.45 1.42 -
YUV 70.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 206 14 6 0 0.93 0.97 0.19 2.4 0.94 0.42
Hex CE E 6 0 5D 61 13 2 5E 2A
Octal 316 16 6 0 135 141 23 2 136 52
Binary 11001110 1110 110 0 1011101 1100001 10011 10 1011110 101010

Color Harmonies of #CE0E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E06

Black with #CE0E06

Text Example


Text Example

White with #CE0E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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