Html Css Color HEX #CA1511 Free Speech Red

📋 copy color: '#CA1511'

red 202 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #CA1511

Tints of Free Speech Red #CA1511

RGB

 RED value IS 202 (79.3% from 255) = 84.17%

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 84.17%
G = 8.75%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA1511 (or 0xCA1511) is known color: Free Speech Red. HEX triplet: CA, 15 and 11. RGB value is (202,21,17). Sum of RGB (Red+Green+Blue) = 202+21+17=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1511 is #35EAEE. Grayscale: #4A4A4A. Windows color (decimal): -3533551 or 1119690. OLE color: 1119690.

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

Color convert

RGB 202 21 17 -
CMYK 0 0.90 0.92 0.21
HSL 1.3º 0.84% 0.43% -
HSV(B) 1.3º 0.92% 0.79% -
XYZ 24.73 13.13 1.76 -
YUV 74.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 202 21 17 0 0.90 0.92 0.21 1.3 0.84 0.43
Hex CA 15 11 0 5A 5C 15 1 54 2B
Octal 312 25 21 0 132 134 25 1 124 53
Binary 11001010 10101 10001 0 1011010 1011100 10101 1 1010100 101011

Color Harmonies of #CA1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1511

Black with #CA1511

Text Example


Text Example

White with #CA1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1511; }

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

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

background-color css

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

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

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

border-color css

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

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

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