Html Css Color HEX #CA151D Fire Engine Red

📋 copy color: '#CA151D'

red 202 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #CA151D

Tints of Fire Engine Red #CA151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 80.16%
G = 8.33%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA151D (or 0xCA151D) is known color: Fire Engine Red. HEX triplet: CA, 15 and 1D. RGB value is (202,21,29). Sum of RGB (Red+Green+Blue) = 202+21+29=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA151D is #35EAE2. Grayscale: #4C4C4C. Windows color (decimal): -3533539 or 1906122. OLE color: 1906122.

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

Color convert

RGB 202 21 29 -
CMYK 0 0.90 0.86 0.21
HSL 357.35º 0.81% 0.44% -
HSV(B) 357.35º 0.9% 0.79% -
XYZ 24.85 13.18 2.4 -
YUV 76.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 202 21 29 0 0.90 0.86 0.21 357.35 0.81 0.44
Hex CA 15 1D 0 5A 56 15 165 51 2C
Octal 312 25 35 0 132 126 25 545 121 54
Binary 11001010 10101 11101 0 1011010 1010110 10101 101100101 1010001 101100

Color Harmonies of #CA151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA151D

Black with #CA151D

Text Example


Text Example

White with #CA151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA151D; }

 p { color: rgb(202,21,29); }

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

background-color css

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

 a { background-color: rgb(202,21,29); }

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

border-color css

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

 span { border-color: rgb(202,21,29); }

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