Html Css Color HEX #CE1501 Free Speech Red

📋 copy color: '#CE1501'

red 206 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #CE1501

Tints of Free Speech Red #CE1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 90.35%
G = 9.21%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE1501 (or 0xCE1501) is known color: Free Speech Red. HEX triplet: CE, 15 and 01. RGB value is (206,21,1). Sum of RGB (Red+Green+Blue) = 206+21+1=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1501 is #31EAFE. Grayscale: #4A4A4A. Windows color (decimal): -3271423 or 71118. OLE color: 71118.

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

Color convert

RGB 206 21 1 -
CMYK 0 0.90 1.00 0.19
HSL 5.85º 0.99% 0.41% -
HSV(B) 5.85º 1% 0.81% -
XYZ 25.73 13.66 1.31 -
YUV 74.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 206 21 1 0 0.90 1.00 0.19 5.85 0.99 0.41
Hex CE 15 1 0 5A 64 13 6 63 29
Octal 316 25 1 0 132 144 23 6 143 51
Binary 11001110 10101 1 0 1011010 1100100 10011 110 1100011 101001

Color Harmonies of #CE1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1501

Black with #CE1501

Text Example


Text Example

White with #CE1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1501; }

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

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

background-color css

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

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

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

border-color css

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

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

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