Html Css Color HEX #CA082C Fire Engine Red

📋 copy color: '#CA082C'

red 202 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #CA082C

Tints of Fire Engine Red #CA082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 79.53%
G = 3.15%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA082C (or 0xCA082C) is known color: Fire Engine Red. HEX triplet: CA, 08 and 2C. RGB value is (202,8,44). Sum of RGB (Red+Green+Blue) = 202+8+44=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA082C is #35F7D3. Grayscale: #464646. Windows color (decimal): -3536852 or 2885834. OLE color: 2885834.

HSL color Cylindrical-coordinate representation of color #CA082C: hue angle of 348.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA082C is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 44 -
CMYK 0 0.96 0.78 0.21
HSL 348.87º 0.92% 0.41% -
HSV(B) 348.87º 0.96% 0.79% -
XYZ 24.9 12.91 3.56 -
YUV 70.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 202 8 44 0 0.96 0.78 0.21 348.87 0.92 0.41
Hex CA 8 2C 0 60 4E 15 15D 5C 29
Octal 312 10 54 0 140 116 25 535 134 51
Binary 11001010 1000 101100 0 1100000 1001110 10101 101011101 1011100 101001

Color Harmonies of #CA082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA082C

Black with #CA082C

Text Example


Text Example

White with #CA082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA082C; }

 p { color: rgb(202,8,44); }

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

background-color css

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

 a { background-color: rgb(202,8,44); }

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

border-color css

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

 span { border-color: rgb(202,8,44); }

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