#CA170E

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

Shades of Free Speech Red #CA170E

Tints of Free Speech Red #CA170E

Color information

#CA170E (or 0xCA170E) is unknown color: approx Free Speech Red. HEX triplet: CA, 17 and 0E. RGB value is (202,23,14). Sum of RGB (Red+Green+Blue) = 202+23+14=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA170E is #35E8F1. Grayscale: #4B4B4B. Windows color (decimal): -3533042 or 923594. OLE color: 923594.

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

Color convert

RGB2022314-
CMYK00.890.930.21
HSL2.87º87.04%42.35%-
HSV(B)2.87º93.07%79.22%-
XYZ24.7413.21.66-
YUV75.593.3218.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 84.52%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=84.52%
G=9.62%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202231400.890.930.212.8787.0442.35
HexCA17E0595D153572a
Octal3122716013113525312752
Binary1100101010111111001011001101110110101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA170E; }

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

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

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

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

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

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

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

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