Html Css Color HEX #CE1209 Free Speech Red

📋 copy color: '#CE1209'

red 206 ◦ green 18 ◦ blue 9

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

Shades of Free Speech Red #CE1209

Tints of Free Speech Red #CE1209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 88.41%
G = 7.73%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE1209 (or 0xCE1209) is known color: Free Speech Red. HEX triplet: CE, 12 and 09. RGB value is (206,18,9). Sum of RGB (Red+Green+Blue) = 206+18+9=233 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.41% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1209 is #31EDF6. Grayscale: #494949. Windows color (decimal): -3272183 or 594638. OLE color: 594638.

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

Color convert

RGB 206 18 9 -
CMYK 0 0.91 0.96 0.19
HSL 2.74º 0.92% 0.42% -
HSV(B) 2.74º 0.96% 0.81% -
XYZ 25.72 13.57 1.52 -
YUV 73.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 206 18 9 0 0.91 0.96 0.19 2.74 0.92 0.42
Hex CE 12 9 0 5B 60 13 3 5C 2A
Octal 316 22 11 0 133 140 23 3 134 52
Binary 11001110 10010 1001 0 1011011 1100000 10011 11 1011100 101010

Color Harmonies of #CE1209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1209

Black with #CE1209

Text Example


Text Example

White with #CE1209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1209; }

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

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

background-color css

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

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

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

border-color css

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

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

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