Html Css Color HEX #CA130F Free Speech Red

📋 copy color: '#CA130F'

red 202 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #CA130F

Tints of Free Speech Red #CA130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 85.59%
G = 8.05%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA130F (or 0xCA130F) is known color: Free Speech Red. HEX triplet: CA, 13 and 0F. RGB value is (202,19,15). Sum of RGB (Red+Green+Blue) = 202+19+15=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA130F is #35ECF0. Grayscale: #494949. Windows color (decimal): -3534065 or 988106. OLE color: 988106.

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

Color convert

RGB 202 19 15 -
CMYK 0 0.91 0.93 0.21
HSL 1.28º 0.86% 0.43% -
HSV(B) 1.28º 0.93% 0.79% -
XYZ 24.68 13.06 1.67 -
YUV 73.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 202 19 15 0 0.91 0.93 0.21 1.28 0.86 0.43
Hex CA 13 F 0 5B 5D 15 1 56 2B
Octal 312 23 17 0 133 135 25 1 126 53
Binary 11001010 10011 1111 0 1011011 1011101 10101 1 1010110 101011

Color Harmonies of #CA130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA130F

Black with #CA130F

Text Example


Text Example

White with #CA130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA130F; }

 p { color: rgb(202,19,15); }

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

background-color css

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

 a { background-color: rgb(202,19,15); }

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

border-color css

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

 span { border-color: rgb(202,19,15); }

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