Html Css Color HEX #CE170D Free Speech Red

📋 copy color: '#CE170D'

red 206 ◦ green 23 ◦ blue 13

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

Shades of Free Speech Red #CE170D

Tints of Free Speech Red #CE170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 85.12%
G = 9.5%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE170D (or 0xCE170D) is known color: Free Speech Red. HEX triplet: CE, 17 and 0D. RGB value is (206,23,13). Sum of RGB (Red+Green+Blue) = 206+23+13=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE170D is #31E8F2. Grayscale: #4C4C4C. Windows color (decimal): -3270899 or 858062. OLE color: 858062.

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

Color convert

RGB 206 23 13 -
CMYK 0 0.89 0.94 0.19
HSL 3.11º 0.88% 0.43% -
HSV(B) 3.11º 0.94% 0.81% -
XYZ 25.83 13.76 1.68 -
YUV 76.58 92.13 220.31 -
System Red Green Blue C M Y K H S L
Decimal 206 23 13 0 0.89 0.94 0.19 3.11 0.88 0.43
Hex CE 17 D 0 59 5E 13 3 58 2B
Octal 316 27 15 0 131 136 23 3 130 53
Binary 11001110 10111 1101 0 1011001 1011110 10011 11 1011000 101011

Color Harmonies of #CE170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE170D

Black with #CE170D

Text Example


Text Example

White with #CE170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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