Html Css Color HEX #CA1509 Free Speech Red

📋 copy color: '#CA1509'

red 202 ◦ green 21 ◦ blue 9

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

Shades of Free Speech Red #CA1509

Tints of Free Speech Red #CA1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 87.07%
G = 9.05%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA1509 (or 0xCA1509) is known color: Free Speech Red. HEX triplet: CA, 15 and 09. RGB value is (202,21,9). Sum of RGB (Red+Green+Blue) = 202+21+9=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1509 is #35EAF6. Grayscale: #494949. Windows color (decimal): -3533559 or 595402. OLE color: 595402.

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

Color convert

RGB 202 21 9 -
CMYK 0 0.90 0.96 0.21
HSL 3.73º 0.91% 0.41% -
HSV(B) 3.73º 0.96% 0.79% -
XYZ 24.67 13.11 1.49 -
YUV 73.75 91.47 219.48 -
System Red Green Blue C M Y K H S L
Decimal 202 21 9 0 0.90 0.96 0.21 3.73 0.91 0.41
Hex CA 15 9 0 5A 60 15 4 5B 29
Octal 312 25 11 0 132 140 25 4 133 51
Binary 11001010 10101 1001 0 1011010 1100000 10101 100 1011011 101001

Color Harmonies of #CA1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1509

Black with #CA1509

Text Example


Text Example

White with #CA1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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