Html Css Color HEX #CE0200 Free Speech Red

📋 copy color: '#CE0200'

red 206 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #CE0200

Tints of Free Speech Red #CE0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 99.04%
G = 0.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE0200 (or 0xCE0200) is known color: Free Speech Red. HEX triplet: CE, 02 and 00. RGB value is (206,2,0). Sum of RGB (Red+Green+Blue) = 206+2+0=208 (27% of max value = 765). Red value is 206 (80.86% from 255 or 99.04% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0200 is #31FDFF. Grayscale: #3E3E3E. Windows color (decimal): -3276288 or 718. OLE color: 718.

HSL color Cylindrical-coordinate representation of color #CE0200: hue angle of 0.58º 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 #CE0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 2 0 -
CMYK 0 0.99 1 0.19
HSL 0.58º 1% 0.4% -
HSV(B) 0.58º 1% 0.81% -
XYZ 25.48 13.17 1.2 -
YUV 62.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 206 2 0 0 0.99 1 0.19 0.58 1 0.4
Hex CE 2 0 0 63 64 13 1 64 28
Octal 316 2 0 0 143 144 23 1 144 50
Binary 11001110 10 0 0 1100011 1100100 10011 1 1100100 101000

Color Harmonies of #CE0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0200

Black with #CE0200

Text Example


Text Example

White with #CE0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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