#CA0B09

Color #CA0B09 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CA0B09

Tints of Free Speech Red #CA0B09

Color information

#CA0B09 (or 0xCA0B09) is unknown color: approx Free Speech Red. HEX triplet: CA, 0B and 09. RGB value is (202,11,9). Sum of RGB (Red+Green+Blue) = 202+11+9=222 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.99% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0B09 is #35F4F6. Grayscale: #444444. Windows color (decimal): -3536119 or 592842. OLE color: 592842.

HSL color Cylindrical-coordinate representation of color #CA0B09: hue angle of 0.62º 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 #CA0B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB202119-
CMYK00.950.960.21
HSL0.62º91.47%41.37%-
HSV(B)0.62º95.54%79.22%-
XYZ24.5312.821.44-
YUV67.8894.78223.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 90.99%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 9 (3.91% from 255) = 4.05%
R=90.99%
G=4.95%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211900.950.960.210.6291.4741.37
HexCAB905F601515b29
Octal3121311013714025113351
Binary11001010101110010101111111000001010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0B09; }

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

 H1.HeaderClassName
 {
   color: #CA0B09;
 }
 .AnyTagClassName
 {
   color: #CA0B09;
 }
</style>
background-color css

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

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

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

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

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

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