Html Css Color HEX #CA0500 Free Speech Red

📋 copy color: '#CA0500'

red 202 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #CA0500

Tints of Free Speech Red #CA0500

RGB

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

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

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

R = 97.58%
G = 2.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA0500 (or 0xCA0500) is known color: Free Speech Red. HEX triplet: CA, 05 and 00. RGB value is (202,5,0). Sum of RGB (Red+Green+Blue) = 202+5+0=207 (27% of max value = 765). Red value is 202 (79.30% from 255 or 97.58% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0500 is #35FAFF. Grayscale: #3F3F3F. Windows color (decimal): -3537664 or 1482. OLE color: 1482.

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

Color convert

RGB 202 5 0 -
CMYK 0 0.98 1 0.21
HSL 1.49º 1% 0.4% -
HSV(B) 1.49º 1% 0.79% -
XYZ 24.41 12.67 1.16 -
YUV 63.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 202 5 0 0 0.98 1 0.21 1.49 1 0.4
Hex CA 5 0 0 62 64 15 1 64 28
Octal 312 5 0 0 142 144 25 1 144 50
Binary 11001010 101 0 0 1100010 1100100 10101 1 1100100 101000

Color Harmonies of #CA0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0500

Black with #CA0500

Text Example


Text Example

White with #CA0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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