Html Css Color HEX #CE1509 Free Speech Red

📋 copy color: '#CE1509'

red 206 ◦ green 21 ◦ blue 9

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

Shades of Free Speech Red #CE1509

Tints of Free Speech Red #CE1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 87.29%
G = 8.9%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE1509 (or 0xCE1509) is known color: Free Speech Red. HEX triplet: CE, 15 and 09. RGB value is (206,21,9). Sum of RGB (Red+Green+Blue) = 206+21+9=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1509 is #31EAF6. Grayscale: #4B4B4B. Windows color (decimal): -3271415 or 595406. OLE color: 595406.

HSL color Cylindrical-coordinate representation of color #CE1509: hue angle of 3.65º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE1509 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 21 9 -
CMYK 0 0.90 0.96 0.19
HSL 3.65º 0.92% 0.42% -
HSV(B) 3.65º 0.96% 0.81% -
XYZ 25.77 13.68 1.54 -
YUV 74.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 206 21 9 0 0.90 0.96 0.19 3.65 0.92 0.42
Hex CE 15 9 0 5A 60 13 4 5C 2A
Octal 316 25 11 0 132 140 23 4 134 52
Binary 11001110 10101 1001 0 1011010 1100000 10011 100 1011100 101010

Color Harmonies of #CE1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1509

Black with #CE1509

Text Example


Text Example

White with #CE1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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