Html Css Color HEX #CE120F Free Speech Red

📋 copy color: '#CE120F'

red 206 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #CE120F

Tints of Free Speech Red #CE120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 86.19%
G = 7.53%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE120F (or 0xCE120F) is known color: Free Speech Red. HEX triplet: CE, 12 and 0F. RGB value is (206,18,15). Sum of RGB (Red+Green+Blue) = 206+18+15=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE120F is #31EDF0. Grayscale: #4A4A4A. Windows color (decimal): -3272177 or 987854. OLE color: 987854.

HSL color Cylindrical-coordinate representation of color #CE120F: hue angle of 0.94º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE120F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 15 -
CMYK 0 0.91 0.93 0.19
HSL 0.94º 0.86% 0.43% -
HSV(B) 0.94º 0.93% 0.81% -
XYZ 25.76 13.59 1.72 -
YUV 73.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 206 18 15 0 0.91 0.93 0.19 0.94 0.86 0.43
Hex CE 12 F 0 5B 5D 13 1 56 2B
Octal 316 22 17 0 133 135 23 1 126 53
Binary 11001110 10010 1111 0 1011011 1011101 10011 1 1010110 101011

Color Harmonies of #CE120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE120F

Black with #CE120F

Text Example


Text Example

White with #CE120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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