Html Css Color HEX #CE0F01 Free Speech Red

📋 copy color: '#CE0F01'

red 206 ◦ green 15 ◦ blue 1

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

Shades of Free Speech Red #CE0F01

Tints of Free Speech Red #CE0F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

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

R = 92.79%
G = 6.76%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE0F01 (or 0xCE0F01) is known color: Free Speech Red. HEX triplet: CE, 0F and 01. RGB value is (206,15,1). Sum of RGB (Red+Green+Blue) = 206+15+1=222 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.79% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0F01 is #31F0FE. Grayscale: #464646. Windows color (decimal): -3272959 or 69582. OLE color: 69582.

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

Color convert

RGB 206 15 1 -
CMYK 0 0.93 1.00 0.19
HSL 4.1º 0.99% 0.41% -
HSV(B) 4.1º 1% 0.81% -
XYZ 25.63 13.47 1.28 -
YUV 70.51 88.78 224.64 -
System Red Green Blue C M Y K H S L
Decimal 206 15 1 0 0.93 1.00 0.19 4.1 0.99 0.41
Hex CE F 1 0 5D 64 13 4 63 29
Octal 316 17 1 0 135 144 23 4 143 51
Binary 11001110 1111 1 0 1011101 1100100 10011 100 1100011 101001

Color Harmonies of #CE0F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F01

Black with #CE0F01

Text Example


Text Example

White with #CE0F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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