Html Css Color HEX #CA052D Fire Engine Red

📋 copy color: '#CA052D'

red 202 ◦ green 5 ◦ blue 45

#CA052D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CA052D

Tints of Fire Engine Red #CA052D

RGB

 RED value IS 202 (79.3% from 255) = 80.16%

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 80.16%
G = 1.98%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA052D (or 0xCA052D) is known color: Fire Engine Red. HEX triplet: CA, 05 and 2D. RGB value is (202,5,45). Sum of RGB (Red+Green+Blue) = 202+5+45=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA052D is #35FAD2. Grayscale: #444444. Windows color (decimal): -3537619 or 2950602. OLE color: 2950602.

HSL color Cylindrical-coordinate representation of color #CA052D: hue angle of 347.82º 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 #CA052D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 45 -
CMYK 0 0.98 0.78 0.21
HSL 347.82º 0.95% 0.41% -
HSV(B) 347.82º 0.98% 0.79% -
XYZ 24.89 12.85 3.65 -
YUV 68.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 202 5 45 0 0.98 0.78 0.21 347.82 0.95 0.41
Hex CA 5 2D 0 62 4E 15 15C 5F 29
Octal 312 5 55 0 142 116 25 534 137 51
Binary 11001010 101 101101 0 1100010 1001110 10101 101011100 1011111 101001

Color Harmonies of #CA052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA052D

Black with #CA052D

Text Example


Text Example

White with #CA052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA052D; }

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

 H1.HeaderClassName
 {
   color: #CA052D;
 }
 .AnyTagClassName
 {
   color: #CA052D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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