#CD142A

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

Shades of Fire Engine Red #CD142A

Tints of Fire Engine Red #CD142A

Color information

#CD142A (or 0xCD142A) is unknown color: approx Fire Engine Red. HEX triplet: CD, 14 and 2A. RGB value is (205,20,42). Sum of RGB (Red+Green+Blue) = 205+20+42=267 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.78% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 205 - color contains mainly: red. Hex color #CD142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD142A is #32EBD5. Grayscale: #4D4D4D. Windows color (decimal): -3337174 or 2757837. OLE color: 2757837.

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

Color convert

RGB2052042-
CMYK00.900.800.20
HSL352.86º82.22%44.12%-
HSV(B)352.86º90.24%80.39%-
XYZ25.8413.653.46-
YUV77.82107.79218.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 76.78%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=76.78%
G=7.49%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205204200.900.800.20352.8682.2244.12
HexCD142A05A5014161522c
Octal315245201321202454112254
Binary1100110110100101010010110101010000101001011000011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD142A; }

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

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

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

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

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

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

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

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