Html Css Color HEX #CE0E09 Free Speech Red

📋 copy color: '#CE0E09'

red 206 ◦ green 14 ◦ blue 9

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

Shades of Free Speech Red #CE0E09

Tints of Free Speech Red #CE0E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.93%

R = 89.96%
G = 6.11%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE0E09 (or 0xCE0E09) is known color: Free Speech Red. HEX triplet: CE, 0E and 09. RGB value is (206,14,9). Sum of RGB (Red+Green+Blue) = 206+14+9=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0E09 is #31F1F6. Grayscale: #474747. Windows color (decimal): -3273207 or 593614. OLE color: 593614.

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

Color convert

RGB 206 14 9 -
CMYK 0 0.93 0.96 0.19
HSL 1.52º 0.92% 0.42% -
HSV(B) 1.52º 0.96% 0.81% -
XYZ 25.66 13.46 1.5 -
YUV 70.84 93.11 224.41 -
System Red Green Blue C M Y K H S L
Decimal 206 14 9 0 0.93 0.96 0.19 1.52 0.92 0.42
Hex CE E 9 0 5D 60 13 2 5C 2A
Octal 316 16 11 0 135 140 23 2 134 52
Binary 11001110 1110 1001 0 1011101 1100000 10011 10 1011100 101010

Color Harmonies of #CE0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E09

Black with #CE0E09

Text Example


Text Example

White with #CE0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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