Html Css Color HEX #CE140D Free Speech Red

📋 copy color: '#CE140D'

red 206 ◦ green 20 ◦ blue 13

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

Shades of Free Speech Red #CE140D

Tints of Free Speech Red #CE140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 86.19%
G = 8.37%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE140D (or 0xCE140D) is known color: Free Speech Red. HEX triplet: CE, 14 and 0D. RGB value is (206,20,13). Sum of RGB (Red+Green+Blue) = 206+20+13=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE140D is #31EBF2. Grayscale: #4B4B4B. Windows color (decimal): -3271667 or 857294. OLE color: 857294.

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

Color convert

RGB 206 20 13 -
CMYK 0 0.90 0.94 0.19
HSL 2.18º 0.88% 0.43% -
HSV(B) 2.18º 0.94% 0.81% -
XYZ 25.78 13.65 1.66 -
YUV 74.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 206 20 13 0 0.90 0.94 0.19 2.18 0.88 0.43
Hex CE 14 D 0 5A 5E 13 2 58 2B
Octal 316 24 15 0 132 136 23 2 130 53
Binary 11001110 10100 1101 0 1011010 1011110 10011 10 1011000 101011

Color Harmonies of #CE140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE140D

Black with #CE140D

Text Example


Text Example

White with #CE140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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