#CB182B

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

Shades of Fire Engine Red #CB182B

Tints of Fire Engine Red #CB182B

Color information

#CB182B (or 0xCB182B) is unknown color: approx Fire Engine Red. HEX triplet: CB, 18 and 2B. RGB value is (203,24,43). Sum of RGB (Red+Green+Blue) = 203+24+43=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB182B is #34E7D4. Grayscale: #4F4F4F. Windows color (decimal): -3467221 or 2824395. OLE color: 2824395.

HSL color Cylindrical-coordinate representation of color #CB182B: hue angle of 353.63º degrees, saturation: 0.79, 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 #CB182B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB2032443-
CMYK00.880.790.20
HSL353.63º78.85%44.51%-
HSV(B)353.63º88.18%79.61%-
XYZ25.3913.523.56-
YUV79.69107.3215.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.19%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=75.19%
G=8.89%
B=15.93%

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
Decimal203244300.880.790.20353.6378.8544.51
HexCB182B0584F141624f2d
Octal313305301301172454211755
Binary1100101111000101011010110001001111101001011000101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB182B; }

 p { color: rgb(203,24,43); }

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

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

 a { background-color: rgb(203,24,43); }

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

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

 span { border-color: rgb(203,24,43); }

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