Html Css Color HEX #CA092E Fire Engine Red

📋 copy color: '#CA092E'

red 202 ◦ green 9 ◦ blue 46

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

Shades of Fire Engine Red #CA092E

Tints of Fire Engine Red #CA092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 78.6%
G = 3.5%
B = 17.9%

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

#CA092E (or 0xCA092E) is known color: Fire Engine Red. HEX triplet: CA, 09 and 2E. RGB value is (202,9,46). Sum of RGB (Red+Green+Blue) = 202+9+46=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA092E is #35F6D1. Grayscale: #464646. Windows color (decimal): -3536594 or 3017162. OLE color: 3017162.

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

Color convert

RGB 202 9 46 -
CMYK 0 0.96 0.77 0.21
HSL 348.5º 0.91% 0.41% -
HSV(B) 348.5º 0.96% 0.79% -
XYZ 24.95 12.95 3.77 -
YUV 70.93 113.94 221.49 -
System Red Green Blue C M Y K H S L
Decimal 202 9 46 0 0.96 0.77 0.21 348.5 0.91 0.41
Hex CA 9 2E 0 60 4D 15 15C 5B 29
Octal 312 11 56 0 140 115 25 534 133 51
Binary 11001010 1001 101110 0 1100000 1001101 10101 101011100 1011011 101001

Color Harmonies of #CA092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA092E

Black with #CA092E

Text Example


Text Example

White with #CA092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA092E; }

 p { color: rgb(202,9,46); }

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

background-color css

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

 a { background-color: rgb(202,9,46); }

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

border-color css

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

 span { border-color: rgb(202,9,46); }

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