Html Css Color HEX #CE0900 Free Speech Red

📋 copy color: '#CE0900'

red 206 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #CE0900

Tints of Free Speech Red #CE0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 95.81%
G = 4.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE0900 (or 0xCE0900) is known color: Free Speech Red. HEX triplet: CE, 09 and 00. RGB value is (206,9,0). Sum of RGB (Red+Green+Blue) = 206+9+0=215 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.81% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0900 is #31F6FF. Grayscale: #434343. Windows color (decimal): -3274496 or 2510. OLE color: 2510.

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

Color convert

RGB 206 9 0 -
CMYK 0 0.96 1 0.19
HSL 2.62º 1% 0.4% -
HSV(B) 2.62º 1% 0.81% -
XYZ 25.55 13.32 1.22 -
YUV 66.88 90.27 227.23 -
System Red Green Blue C M Y K H S L
Decimal 206 9 0 0 0.96 1 0.19 2.62 1 0.4
Hex CE 9 0 0 60 64 13 3 64 28
Octal 316 11 0 0 140 144 23 3 144 50
Binary 11001110 1001 0 0 1100000 1100100 10011 11 1100100 101000

Color Harmonies of #CE0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0900

Black with #CE0900

Text Example


Text Example

White with #CE0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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