Html Css Color HEX #CE0300 Free Speech Red

📋 copy color: '#CE0300'

red 206 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #CE0300

Tints of Free Speech Red #CE0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 98.56%
G = 1.44%
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

#CE0300 (or 0xCE0300) is known color: Free Speech Red. HEX triplet: CE, 03 and 00. RGB value is (206,3,0). Sum of RGB (Red+Green+Blue) = 206+3+0=209 (27% of max value = 765). Red value is 206 (80.86% from 255 or 98.56% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0300 is #31FCFF. Grayscale: #3F3F3F. Windows color (decimal): -3276032 or 974. OLE color: 974.

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

Color convert

RGB 206 3 0 -
CMYK 0 0.99 1 0.19
HSL 0.87º 1% 0.4% -
HSV(B) 0.87º 1% 0.81% -
XYZ 25.49 13.19 1.2 -
YUV 63.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 206 3 0 0 0.99 1 0.19 0.87 1 0.4
Hex CE 3 0 0 63 64 13 1 64 28
Octal 316 3 0 0 143 144 23 1 144 50
Binary 11001110 11 0 0 1100011 1100100 10011 1 1100100 101000

Color Harmonies of #CE0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0300

Black with #CE0300

Text Example


Text Example

White with #CE0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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