#CD192B

Color #CD192B Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CD192B

Tints of Fire Engine Red #CD192B

Color information

#CD192B (or 0xCD192B) is unknown color: approx Fire Engine Red. HEX triplet: CD, 19 and 2B. RGB value is (205,25,43). Sum of RGB (Red+Green+Blue) = 205+25+43=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD192B is #32E6D4. Grayscale: #505050. Windows color (decimal): -3335893 or 2824653. OLE color: 2824653.

HSL color Cylindrical-coordinate representation of color #CD192B: hue angle of 354º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD192B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB2052543-
CMYK00.880.790.20
HSL354º78.26%45.1%-
HSV(B)354º87.8%80.39%-
XYZ25.9613.853.59-
YUV80.87106.63216.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 75.09%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=75.09%
G=9.16%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205254300.880.790.2035478.2645.1
HexCD192B0584F141624e2d
Octal315315301301172454211655
Binary1100110111001101011010110001001111101001011000101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD192B; }

 p { color: rgb(205,25,43); }

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

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

 a { background-color: rgb(205,25,43); }

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

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

 span { border-color: rgb(205,25,43); }

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