Html Css Color HEX #CE1000 Free Speech Red

📋 copy color: '#CE1000'

red 206 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #CE1000

Tints of Free Speech Red #CE1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.79%
G = 7.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE1000 (or 0xCE1000) is known color: Free Speech Red. HEX triplet: CE, 10 and 00. RGB value is (206,16,0). Sum of RGB (Red+Green+Blue) = 206+16+0=222 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.79% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1000 is #31EFFF. Grayscale: #474747. Windows color (decimal): -3272704 or 4302. OLE color: 4302.

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

Color convert

RGB 206 16 0 -
CMYK 0 0.92 1 0.19
HSL 4.66º 1% 0.4% -
HSV(B) 4.66º 1% 0.81% -
XYZ 25.64 13.49 1.25 -
YUV 70.99 87.95 224.3 -
System Red Green Blue C M Y K H S L
Decimal 206 16 0 0 0.92 1 0.19 4.66 1 0.4
Hex CE 10 0 0 5C 64 13 5 64 28
Octal 316 20 0 0 134 144 23 5 144 50
Binary 11001110 10000 0 0 1011100 1100100 10011 101 1100100 101000

Color Harmonies of #CE1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1000

Black with #CE1000

Text Example


Text Example

White with #CE1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1000; }

 p { color: rgb(206,16,0); }

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

background-color css

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

 a { background-color: rgb(206,16,0); }

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

border-color css

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

 span { border-color: rgb(206,16,0); }

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