Html Css Color HEX #CE140A Free Speech Red

📋 copy color: '#CE140A'

red 206 ◦ green 20 ◦ blue 10

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

Shades of Free Speech Red #CE140A

Tints of Free Speech Red #CE140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 87.29%
G = 8.47%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE140A (or 0xCE140A) is known color: Free Speech Red. HEX triplet: CE, 14 and 0A. RGB value is (206,20,10). Sum of RGB (Red+Green+Blue) = 206+20+10=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE140A is #31EBF5. Grayscale: #4A4A4A. Windows color (decimal): -3271670 or 660686. OLE color: 660686.

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

Color convert

RGB 206 20 10 -
CMYK 0 0.90 0.95 0.19
HSL 3.06º 0.91% 0.42% -
HSV(B) 3.06º 0.95% 0.81% -
XYZ 25.76 13.64 1.56 -
YUV 74.47 91.62 221.81 -
System Red Green Blue C M Y K H S L
Decimal 206 20 10 0 0.90 0.95 0.19 3.06 0.91 0.42
Hex CE 14 A 0 5A 5F 13 3 5B 2A
Octal 316 24 12 0 132 137 23 3 133 52
Binary 11001110 10100 1010 0 1011010 1011111 10011 11 1011011 101010

Color Harmonies of #CE140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE140A

Black with #CE140A

Text Example


Text Example

White with #CE140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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