Html Css Color HEX #CE0A01 Free Speech Red

📋 copy color: '#CE0A01'

red 206 ◦ green 10 ◦ blue 1

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

Shades of Free Speech Red #CE0A01

Tints of Free Speech Red #CE0A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

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

R = 94.93%
G = 4.61%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE0A01 (or 0xCE0A01) is known color: Free Speech Red. HEX triplet: CE, 0A and 01. RGB value is (206,10,1). Sum of RGB (Red+Green+Blue) = 206+10+1=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0A01 is #31F5FE. Grayscale: #434343. Windows color (decimal): -3274239 or 68302. OLE color: 68302.

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

Color convert

RGB 206 10 1 -
CMYK 0 0.95 1.00 0.19
HSL 2.63º 0.99% 0.41% -
HSV(B) 2.63º 1% 0.81% -
XYZ 25.57 13.34 1.26 -
YUV 67.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 206 10 1 0 0.95 1.00 0.19 2.63 0.99 0.41
Hex CE A 1 0 5F 64 13 3 63 29
Octal 316 12 1 0 137 144 23 3 143 51
Binary 11001110 1010 1 0 1011111 1100100 10011 11 1100011 101001

Color Harmonies of #CE0A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A01

Black with #CE0A01

Text Example


Text Example

White with #CE0A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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