Html Css Color HEX #CA1500 Free Speech Red

📋 copy color: '#CA1500'

red 202 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #CA1500

Tints of Free Speech Red #CA1500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.58%
G = 9.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA1500 (or 0xCA1500) is known color: Free Speech Red. HEX triplet: CA, 15 and 00. RGB value is (202,21,0). Sum of RGB (Red+Green+Blue) = 202+21+0=223 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.58% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1500 is #35EAFF. Grayscale: #484848. Windows color (decimal): -3533568 or 5578. OLE color: 5578.

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

Color convert

RGB 202 21 0 -
CMYK 0 0.90 1 0.21
HSL 6.24º 1% 0.4% -
HSV(B) 6.24º 1% 0.79% -
XYZ 24.63 13.09 1.23 -
YUV 72.73 86.97 220.21 -
System Red Green Blue C M Y K H S L
Decimal 202 21 0 0 0.90 1 0.21 6.24 1 0.4
Hex CA 15 0 0 5A 64 15 6 64 28
Octal 312 25 0 0 132 144 25 6 144 50
Binary 11001010 10101 0 0 1011010 1100100 10101 110 1100100 101000

Color Harmonies of #CA1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1500

Black with #CA1500

Text Example


Text Example

White with #CA1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1500; }

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

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

background-color css

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

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

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

border-color css

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

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

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