#CA052E

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

Shades of Fire Engine Red #CA052E

Tints of Fire Engine Red #CA052E

Color information

#CA052E (or 0xCA052E) is unknown color: approx Fire Engine Red. HEX triplet: CA, 05 and 2E. RGB value is (202,5,46). Sum of RGB (Red+Green+Blue) = 202+5+46=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA052E is #35FAD1. Grayscale: #444444. Windows color (decimal): -3537618 or 3016138. OLE color: 3016138.

HSL color Cylindrical-coordinate representation of color #CA052E: hue angle of 347.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA052E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB202546-
CMYK00.980.770.21
HSL347.51º95.17%40.59%-
HSV(B)347.51º97.52%79.22%-
XYZ24.912.863.75-
YUV68.58115.27223.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.84%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=79.84%
G=1.98%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20254600.980.770.21347.5195.1740.59
HexCA52E0624D1515c5f29
Octal31255601421152553413751
Binary11001010101101110011000101001101101011010111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA052E; }

 p { color: rgb(202,5,46); }

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

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

 a { background-color: rgb(202,5,46); }

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

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

 span { border-color: rgb(202,5,46); }

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