Html Css Color HEX #CA052B Fire Engine Red

📋 copy color: '#CA052B'

red 202 ◦ green 5 ◦ blue 43

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

Shades of Fire Engine Red #CA052B

Tints of Fire Engine Red #CA052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 80.8%
G = 2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA052B (or 0xCA052B) is known color: Fire Engine Red. HEX triplet: CA, 05 and 2B. RGB value is (202,5,43). Sum of RGB (Red+Green+Blue) = 202+5+43=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA052B is #35FAD4. Grayscale: #444444. Windows color (decimal): -3537621 or 2819530. OLE color: 2819530.

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

Color convert

RGB 202 5 43 -
CMYK 0 0.98 0.79 0.21
HSL 348.43º 0.95% 0.41% -
HSV(B) 348.43º 0.98% 0.79% -
XYZ 24.85 12.84 3.45 -
YUV 68.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 202 5 43 0 0.98 0.79 0.21 348.43 0.95 0.41
Hex CA 5 2B 0 62 4F 15 15C 5F 29
Octal 312 5 53 0 142 117 25 534 137 51
Binary 11001010 101 101011 0 1100010 1001111 10101 101011100 1011111 101001

Color Harmonies of #CA052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA052B

Black with #CA052B

Text Example


Text Example

White with #CA052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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