Html Css Color HEX #CA1505 Free Speech Red

📋 copy color: '#CA1505'

red 202 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #CA1505

Tints of Free Speech Red #CA1505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 88.6%
G = 9.21%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA1505 (or 0xCA1505) is known color: Free Speech Red. HEX triplet: CA, 15 and 05. RGB value is (202,21,5). Sum of RGB (Red+Green+Blue) = 202+21+5=228 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.60% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1505 is #35EAFA. Grayscale: #494949. Windows color (decimal): -3533563 or 333258. OLE color: 333258.

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

Color convert

RGB 202 21 5 -
CMYK 0 0.90 0.98 0.21
HSL 4.87º 0.95% 0.41% -
HSV(B) 4.87º 0.98% 0.79% -
XYZ 24.65 13.1 1.37 -
YUV 73.3 89.47 219.8 -
System Red Green Blue C M Y K H S L
Decimal 202 21 5 0 0.90 0.98 0.21 4.87 0.95 0.41
Hex CA 15 5 0 5A 62 15 5 5F 29
Octal 312 25 5 0 132 142 25 5 137 51
Binary 11001010 10101 101 0 1011010 1100010 10101 101 1011111 101001

Color Harmonies of #CA1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1505

Black with #CA1505

Text Example


Text Example

White with #CA1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1505; }

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

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

background-color css

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

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

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

border-color css

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

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

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