Html Css Color HEX #CE0E0B Free Speech Red

📋 copy color: '#CE0E0B'

red 206 ◦ green 14 ◦ blue 11

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

Shades of Free Speech Red #CE0E0B

Tints of Free Speech Red #CE0E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 89.18%
G = 6.06%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE0E0B (or 0xCE0E0B) is known color: Free Speech Red. HEX triplet: CE, 0E and 0B. RGB value is (206,14,11). Sum of RGB (Red+Green+Blue) = 206+14+11=231 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.18% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0E0B is #31F1F4. Grayscale: #474747. Windows color (decimal): -3273205 or 724686. OLE color: 724686.

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

Color convert

RGB 206 14 11 -
CMYK 0 0.93 0.95 0.19
HSL 0.92º 0.9% 0.43% -
HSV(B) 0.92º 0.95% 0.81% -
XYZ 25.67 13.46 1.56 -
YUV 71.07 94.11 224.24 -
System Red Green Blue C M Y K H S L
Decimal 206 14 11 0 0.93 0.95 0.19 0.92 0.9 0.43
Hex CE E B 0 5D 5F 13 1 5A 2B
Octal 316 16 13 0 135 137 23 1 132 53
Binary 11001110 1110 1011 0 1011101 1011111 10011 1 1011010 101011

Color Harmonies of #CE0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E0B

Black with #CE0E0B

Text Example


Text Example

White with #CE0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E0B; }

 p { color: rgb(206,14,11); }

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

background-color css

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

 a { background-color: rgb(206,14,11); }

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

border-color css

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

 span { border-color: rgb(206,14,11); }

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