Html Css Color HEX #CA1727 Fire Engine Red

📋 copy color: '#CA1727'

red 202 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #CA1727

Tints of Fire Engine Red #CA1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 76.52%
G = 8.71%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA1727 (or 0xCA1727) is known color: Fire Engine Red. HEX triplet: CA, 17 and 27. RGB value is (202,23,39). Sum of RGB (Red+Green+Blue) = 202+23+39=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1727 is #35E8D8. Grayscale: #4E4E4E. Windows color (decimal): -3533017 or 2561994. OLE color: 2561994.

HSL color Cylindrical-coordinate representation of color #CA1727: hue angle of 354.64º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1727 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 39 -
CMYK 0 0.89 0.81 0.21
HSL 354.64º 0.8% 0.44% -
HSV(B) 354.64º 0.89% 0.79% -
XYZ 25.03 13.32 3.17 -
YUV 78.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 202 23 39 0 0.89 0.81 0.21 354.64 0.8 0.44
Hex CA 17 27 0 59 51 15 163 50 2C
Octal 312 27 47 0 131 121 25 543 120 54
Binary 11001010 10111 100111 0 1011001 1010001 10101 101100011 1010000 101100

Color Harmonies of #CA1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1727

Black with #CA1727

Text Example


Text Example

White with #CA1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1727; }

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

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

background-color css

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

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

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

border-color css

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

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

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