Html Css Color HEX #CA150A Free Speech Red

📋 copy color: '#CA150A'

red 202 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #CA150A

Tints of Free Speech Red #CA150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 86.7%
G = 9.01%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA150A (or 0xCA150A) is known color: Free Speech Red. HEX triplet: CA, 15 and 0A. RGB value is (202,21,10). Sum of RGB (Red+Green+Blue) = 202+21+10=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA150A is #35EAF5. Grayscale: #4A4A4A. Windows color (decimal): -3533558 or 660938. OLE color: 660938.

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

Color convert

RGB 202 21 10 -
CMYK 0 0.90 0.95 0.21
HSL 3.44º 0.91% 0.42% -
HSV(B) 3.44º 0.95% 0.79% -
XYZ 24.68 13.11 1.52 -
YUV 73.87 91.97 219.39 -
System Red Green Blue C M Y K H S L
Decimal 202 21 10 0 0.90 0.95 0.21 3.44 0.91 0.42
Hex CA 15 A 0 5A 5F 15 3 5B 2A
Octal 312 25 12 0 132 137 25 3 133 52
Binary 11001010 10101 1010 0 1011010 1011111 10101 11 1011011 101010

Color Harmonies of #CA150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA150A

Black with #CA150A

Text Example


Text Example

White with #CA150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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