Html Css Color HEX #CA1129 Fire Engine Red

📋 copy color: '#CA1129'

red 202 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #CA1129

Tints of Fire Engine Red #CA1129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 77.69%
G = 6.54%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA1129 (or 0xCA1129) is known color: Fire Engine Red. HEX triplet: CA, 11 and 29. RGB value is (202,17,41). Sum of RGB (Red+Green+Blue) = 202+17+41=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1129 is #35EED6. Grayscale: #4B4B4B. Windows color (decimal): -3534551 or 2691530. OLE color: 2691530.

HSL color Cylindrical-coordinate representation of color #CA1129: hue angle of 352.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1129 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 41 -
CMYK 0 0.92 0.80 0.21
HSL 352.22º 0.84% 0.43% -
HSV(B) 352.22º 0.92% 0.79% -
XYZ 24.96 13.12 3.31 -
YUV 75.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 202 17 41 0 0.92 0.80 0.21 352.22 0.84 0.43
Hex CA 11 29 0 5C 50 15 160 54 2B
Octal 312 21 51 0 134 120 25 540 124 53
Binary 11001010 10001 101001 0 1011100 1010000 10101 101100000 1010100 101011

Color Harmonies of #CA1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1129

Black with #CA1129

Text Example


Text Example

White with #CA1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1129; }

 p { color: rgb(202,17,41); }

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

background-color css

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

 a { background-color: rgb(202,17,41); }

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

border-color css

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

 span { border-color: rgb(202,17,41); }

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