Html Css Color HEX #CA181D Fire Engine Red

📋 copy color: '#CA181D'

red 202 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #CA181D

Tints of Fire Engine Red #CA181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 79.22%
G = 9.41%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA181D (or 0xCA181D) is known color: Fire Engine Red. HEX triplet: CA, 18 and 1D. RGB value is (202,24,29). Sum of RGB (Red+Green+Blue) = 202+24+29=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA181D is #35E7E2. Grayscale: #4D4D4D. Windows color (decimal): -3532771 or 1906890. OLE color: 1906890.

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

Color convert

RGB 202 24 29 -
CMYK 0 0.88 0.86 0.21
HSL 358.31º 0.79% 0.44% -
HSV(B) 358.31º 0.88% 0.79% -
XYZ 24.91 13.3 2.42 -
YUV 77.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 202 24 29 0 0.88 0.86 0.21 358.31 0.79 0.44
Hex CA 18 1D 0 58 56 15 166 4F 2C
Octal 312 30 35 0 130 126 25 546 117 54
Binary 11001010 11000 11101 0 1011000 1010110 10101 101100110 1001111 101100

Color Harmonies of #CA181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA181D

Black with #CA181D

Text Example


Text Example

White with #CA181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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