#CA1502

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

Shades of Free Speech Red #CA1502

Tints of Free Speech Red #CA1502

Color information

#CA1502 (or 0xCA1502) is unknown color: approx Free Speech Red. HEX triplet: CA, 15 and 02. RGB value is (202,21,2). Sum of RGB (Red+Green+Blue) = 202+21+2=225 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1502 is #35EAFD. Grayscale: #494949. Windows color (decimal): -3533566 or 136650. OLE color: 136650.

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

Color convert

RGB202212-
CMYK00.900.990.21
HSL5.7º98.04%40%-
HSV(B)5.7º99.01%79.22%-
XYZ24.6413.11.29-
YUV72.9587.97220.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 89.78%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=89.78%
G=9.33%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20221200.900.990.215.798.0440
HexCA15205A631566228
Octal312252013214325614250
Binary110010101010110010110101100011101011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1502; }

 p { color: rgb(202,21,2); }

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

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

 a { background-color: rgb(202,21,2); }

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

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

 span { border-color: rgb(202,21,2); }

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