Html Css Color HEX #CA1826 Fire Engine Red

📋 copy color: '#CA1826'

red 202 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #CA1826

Tints of Fire Engine Red #CA1826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.39%

R = 76.52%
G = 9.09%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA1826 (or 0xCA1826) is known color: Fire Engine Red. HEX triplet: CA, 18 and 26. RGB value is (202,24,38). Sum of RGB (Red+Green+Blue) = 202+24+38=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1826 is #35E7D9. Grayscale: #4E4E4E. Windows color (decimal): -3532762 or 2496714. OLE color: 2496714.

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

Color convert

RGB 202 24 38 -
CMYK 0 0.88 0.81 0.21
HSL 355.28º 0.79% 0.44% -
HSV(B) 355.28º 0.88% 0.79% -
XYZ 25.03 13.35 3.09 -
YUV 78.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 202 24 38 0 0.88 0.81 0.21 355.28 0.79 0.44
Hex CA 18 26 0 58 51 15 163 4F 2C
Octal 312 30 46 0 130 121 25 543 117 54
Binary 11001010 11000 100110 0 1011000 1010001 10101 101100011 1001111 101100

Color Harmonies of #CA1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1826

Black with #CA1826

Text Example


Text Example

White with #CA1826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1826; }

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

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

background-color css

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

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

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

border-color css

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

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

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