Html Css Color HEX #CA082D Fire Engine Red

📋 copy color: '#CA082D'

red 202 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #CA082D

Tints of Fire Engine Red #CA082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 79.22%
G = 3.14%
B = 17.65%

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

#CA082D (or 0xCA082D) is known color: Fire Engine Red. HEX triplet: CA, 08 and 2D. RGB value is (202,8,45). Sum of RGB (Red+Green+Blue) = 202+8+45=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA082D is #35F7D2. Grayscale: #464646. Windows color (decimal): -3536851 or 2951370. OLE color: 2951370.

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

Color convert

RGB 202 8 45 -
CMYK 0 0.96 0.78 0.21
HSL 348.56º 0.92% 0.41% -
HSV(B) 348.56º 0.96% 0.79% -
XYZ 24.92 12.92 3.66 -
YUV 70.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 202 8 45 0 0.96 0.78 0.21 348.56 0.92 0.41
Hex CA 8 2D 0 60 4E 15 15D 5C 29
Octal 312 10 55 0 140 116 25 535 134 51
Binary 11001010 1000 101101 0 1100000 1001110 10101 101011101 1011100 101001

Color Harmonies of #CA082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA082D

Black with #CA082D

Text Example


Text Example

White with #CA082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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