Html Css Color HEX #CA0501 Free Speech Red

📋 copy color: '#CA0501'

red 202 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #CA0501

Tints of Free Speech Red #CA0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 97.12%
G = 2.4%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA0501 (or 0xCA0501) is known color: Free Speech Red. HEX triplet: CA, 05 and 01. RGB value is (202,5,1). Sum of RGB (Red+Green+Blue) = 202+5+1=208 (27% of max value = 765). Red value is 202 (79.30% from 255 or 97.12% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0501 is #35FAFE. Grayscale: #3F3F3F. Windows color (decimal): -3537663 or 67018. OLE color: 67018.

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

Color convert

RGB 202 5 1 -
CMYK 0 0.98 1.00 0.21
HSL 1.19º 0.99% 0.4% -
HSV(B) 1.19º 1% 0.79% -
XYZ 24.42 12.67 1.19 -
YUV 63.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 202 5 1 0 0.98 1.00 0.21 1.19 0.99 0.4
Hex CA 5 1 0 62 64 15 1 63 28
Octal 312 5 1 0 142 144 25 1 143 50
Binary 11001010 101 1 0 1100010 1100100 10101 1 1100011 101000

Color Harmonies of #CA0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0501

Black with #CA0501

Text Example


Text Example

White with #CA0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0501; }

 p { color: rgb(202,5,1); }

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

background-color css

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

 a { background-color: rgb(202,5,1); }

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

border-color css

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

 span { border-color: rgb(202,5,1); }

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