Html Css Color HEX #CE0901 Free Speech Red

📋 copy color: '#CE0901'

red 206 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #CE0901

Tints of Free Speech Red #CE0901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 95.37%
G = 4.17%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE0901 (or 0xCE0901) is known color: Free Speech Red. HEX triplet: CE, 09 and 01. RGB value is (206,9,1). Sum of RGB (Red+Green+Blue) = 206+9+1=216 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.37% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0901 is #31F6FE. Grayscale: #434343. Windows color (decimal): -3274495 or 68046. OLE color: 68046.

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

Color convert

RGB 206 9 1 -
CMYK 0 0.96 1.00 0.19
HSL 2.34º 0.99% 0.41% -
HSV(B) 2.34º 1% 0.81% -
XYZ 25.56 13.32 1.25 -
YUV 66.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 206 9 1 0 0.96 1.00 0.19 2.34 0.99 0.41
Hex CE 9 1 0 60 64 13 2 63 29
Octal 316 11 1 0 140 144 23 2 143 51
Binary 11001110 1001 1 0 1100000 1100100 10011 10 1100011 101001

Color Harmonies of #CE0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0901

Black with #CE0901

Text Example


Text Example

White with #CE0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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