Html Css Color HEX #CA1503 Free Speech Red

📋 copy color: '#CA1503'

red 202 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #CA1503

Tints of Free Speech Red #CA1503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 89.38%
G = 9.29%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA1503 (or 0xCA1503) is known color: Free Speech Red. HEX triplet: CA, 15 and 03. RGB value is (202,21,3). Sum of RGB (Red+Green+Blue) = 202+21+3=226 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.38% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1503 is #35EAFC. Grayscale: #494949. Windows color (decimal): -3533565 or 202186. OLE color: 202186.

HSL color Cylindrical-coordinate representation of color #CA1503: hue angle of 5.43º degrees, saturation: 0.97, 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 #CA1503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 3 -
CMYK 0 0.90 0.99 0.21
HSL 5.43º 0.97% 0.4% -
HSV(B) 5.43º 0.99% 0.79% -
XYZ 24.64 13.1 1.32 -
YUV 73.07 88.47 219.96 -
System Red Green Blue C M Y K H S L
Decimal 202 21 3 0 0.90 0.99 0.21 5.43 0.97 0.4
Hex CA 15 3 0 5A 63 15 5 61 28
Octal 312 25 3 0 132 143 25 5 141 50
Binary 11001010 10101 11 0 1011010 1100011 10101 101 1100001 101000

Color Harmonies of #CA1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1503

Black with #CA1503

Text Example


Text Example

White with #CA1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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