#CD181B

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

Shades of Fire Engine Red #CD181B

Tints of Fire Engine Red #CD181B

Color information

#CD181B (or 0xCD181B) is unknown color: approx Fire Engine Red. HEX triplet: CD, 18 and 1B. RGB value is (205,24,27). Sum of RGB (Red+Green+Blue) = 205+24+27=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD181B is #32E7E4. Grayscale: #4E4E4E. Windows color (decimal): -3336165 or 1775821. OLE color: 1775821.

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

Color convert

RGB2052427-
CMYK00.880.870.20
HSL359.01º79.04%44.9%-
HSV(B)359.01º88.29%80.39%-
XYZ25.713.712.33-
YUV78.4698.97218.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 80.08%
GREEN value IS 24 (9.77% from 255) = 9.38%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=80.08%
G=9.38%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205242700.880.870.20359.0179.0444.9
HexCD181B05857141674f2d
Octal315303301301272454711755
Binary110011011100011011010110001010111101001011001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD181B; }

 p { color: rgb(205,24,27); }

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

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

 a { background-color: rgb(205,24,27); }

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

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

 span { border-color: rgb(205,24,27); }

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