Html Css Color HEX #CA1027 Fire Engine Red

📋 copy color: '#CA1027'

red 202 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #CA1027

Tints of Fire Engine Red #CA1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 78.6%
G = 6.23%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA1027 (or 0xCA1027) is known color: Fire Engine Red. HEX triplet: CA, 10 and 27. RGB value is (202,16,39). Sum of RGB (Red+Green+Blue) = 202+16+39=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1027 is #35EFD8. Grayscale: #4A4A4A. Windows color (decimal): -3534809 or 2560202. OLE color: 2560202.

HSL color Cylindrical-coordinate representation of color #CA1027: hue angle of 352.58º degrees, saturation: 0.85, 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 #CA1027 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 39 -
CMYK 0 0.92 0.81 0.21
HSL 352.58º 0.85% 0.43% -
HSV(B) 352.58º 0.92% 0.79% -
XYZ 24.91 13.07 3.13 -
YUV 74.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 202 16 39 0 0.92 0.81 0.21 352.58 0.85 0.43
Hex CA 10 27 0 5C 51 15 161 55 2B
Octal 312 20 47 0 134 121 25 541 125 53
Binary 11001010 10000 100111 0 1011100 1010001 10101 101100001 1010101 101011

Color Harmonies of #CA1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1027

Black with #CA1027

Text Example


Text Example

White with #CA1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1027; }

 p { color: rgb(202,16,39); }

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

background-color css

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

 a { background-color: rgb(202,16,39); }

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

border-color css

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

 span { border-color: rgb(202,16,39); }

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