#CA140E

Color #CA140E Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CA140E

Tints of Free Speech Red #CA140E

Color information

#CA140E (or 0xCA140E) is unknown color: approx Free Speech Red. HEX triplet: CA, 14 and 0E. RGB value is (202,20,14). Sum of RGB (Red+Green+Blue) = 202+20+14=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA140E is #35EBF1. Grayscale: #494949. Windows color (decimal): -3533810 or 922826. OLE color: 922826.

HSL color Cylindrical-coordinate representation of color #CA140E: hue angle of 1.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA140E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB2022014-
CMYK00.900.930.21
HSL1.91º87.04%42.35%-
HSV(B)1.91º93.07%79.22%-
XYZ24.6913.091.64-
YUV73.7394.3219.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 85.59%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=85.59%
G=8.47%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202201400.900.930.211.9187.0442.35
HexCA14E05A5D152572a
Octal3122416013213525212752
Binary1100101010100111001011010101110110101101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA140E; }

 p { color: rgb(202,20,14); }

 H1.HeaderClassName
 {
   color: #CA140E;
 }
 .AnyTagClassName
 {
   color: #CA140E;
 }
</style>
background-color css

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

 a { background-color: rgb(202,20,14); }

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

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

 span { border-color: rgb(202,20,14); }

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