Html Css Color HEX #CA082F Fire Engine Red

📋 copy color: '#CA082F'

red 202 ◦ green 8 ◦ blue 47

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

Shades of Fire Engine Red #CA082F

Tints of Fire Engine Red #CA082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 78.6%
G = 3.11%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA082F (or 0xCA082F) is known color: Fire Engine Red. HEX triplet: CA, 08 and 2F. RGB value is (202,8,47). Sum of RGB (Red+Green+Blue) = 202+8+47=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA082F is #35F7D0. Grayscale: #464646. Windows color (decimal): -3536849 or 3082442. OLE color: 3082442.

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

Color convert

RGB 202 8 47 -
CMYK 0 0.96 0.77 0.21
HSL 347.94º 0.92% 0.41% -
HSV(B) 347.94º 0.96% 0.79% -
XYZ 24.96 12.94 3.87 -
YUV 70.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 202 8 47 0 0.96 0.77 0.21 347.94 0.92 0.41
Hex CA 8 2F 0 60 4D 15 15C 5C 29
Octal 312 10 57 0 140 115 25 534 134 51
Binary 11001010 1000 101111 0 1100000 1001101 10101 101011100 1011100 101001

Color Harmonies of #CA082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA082F

Black with #CA082F

Text Example


Text Example

White with #CA082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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