#CD142B

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

Shades of Fire Engine Red #CD142B

Tints of Fire Engine Red #CD142B

Color information

#CD142B (or 0xCD142B) is unknown color: approx Fire Engine Red. HEX triplet: CD, 14 and 2B. RGB value is (205,20,43). Sum of RGB (Red+Green+Blue) = 205+20+43=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD142B is #32EBD4. Grayscale: #4E4E4E. Windows color (decimal): -3337173 or 2823373. OLE color: 2823373.

HSL color Cylindrical-coordinate representation of color #CD142B: hue angle of 352.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD142B is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB2052043-
CMYK00.900.790.20
HSL352.54º82.22%44.12%-
HSV(B)352.54º90.24%80.39%-
XYZ25.8613.653.56-
YUV77.94108.29218.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 76.49%
GREEN value IS 20 (8.20% from 255) = 7.46%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=76.49%
G=7.46%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205204300.900.790.20352.5482.2244.12
HexCD142B05A4F14161522c
Octal315245301321172454112254
Binary1100110110100101011010110101001111101001011000011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD142B; }

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

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

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

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

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

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

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

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