Html Css Color HEX #CE0500 Free Speech Red

📋 copy color: '#CE0500'

red 206 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #CE0500

Tints of Free Speech Red #CE0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 97.63%
G = 2.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE0500 (or 0xCE0500) is known color: Free Speech Red. HEX triplet: CE, 05 and 00. RGB value is (206,5,0). Sum of RGB (Red+Green+Blue) = 206+5+0=211 (27% of max value = 765). Red value is 206 (80.86% from 255 or 97.63% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0500 is #31FAFF. Grayscale: #404040. Windows color (decimal): -3275520 or 1486. OLE color: 1486.

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

Color convert

RGB 206 5 0 -
CMYK 0 0.98 1 0.19
HSL 1.46º 1% 0.4% -
HSV(B) 1.46º 1% 0.81% -
XYZ 25.51 13.23 1.21 -
YUV 64.53 91.59 228.91 -
System Red Green Blue C M Y K H S L
Decimal 206 5 0 0 0.98 1 0.19 1.46 1 0.4
Hex CE 5 0 0 62 64 13 1 64 28
Octal 316 5 0 0 142 144 23 1 144 50
Binary 11001110 101 0 0 1100010 1100100 10011 1 1100100 101000

Color Harmonies of #CE0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0500

Black with #CE0500

Text Example


Text Example

White with #CE0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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