Html Css Color HEX #CE0E0D Free Speech Red

📋 copy color: '#CE0E0D'

red 206 ◦ green 14 ◦ blue 13

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

Shades of Free Speech Red #CE0E0D

Tints of Free Speech Red #CE0E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 88.41%
G = 6.01%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE0E0D (or 0xCE0E0D) is known color: Free Speech Red. HEX triplet: CE, 0E and 0D. RGB value is (206,14,13). Sum of RGB (Red+Green+Blue) = 206+14+13=233 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.41% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0E0D is #31F1F2. Grayscale: #474747. Windows color (decimal): -3273203 or 855758. OLE color: 855758.

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

Color convert

RGB 206 14 13 -
CMYK 0 0.93 0.94 0.19
HSL 0.31º 0.88% 0.43% -
HSV(B) 0.31º 0.94% 0.81% -
XYZ 25.68 13.46 1.63 -
YUV 71.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 206 14 13 0 0.93 0.94 0.19 0.31 0.88 0.43
Hex CE E D 0 5D 5E 13 0 58 2B
Octal 316 16 15 0 135 136 23 0 130 53
Binary 11001110 1110 1101 0 1011101 1011110 10011 0 1011000 101011

Color Harmonies of #CE0E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E0D

Black with #CE0E0D

Text Example


Text Example

White with #CE0E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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