Html Css Color HEX #CA092D Fire Engine Red

📋 copy color: '#CA092D'

red 202 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #CA092D

Tints of Fire Engine Red #CA092D

RGB

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

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

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

R = 78.91%
G = 3.52%
B = 17.58%

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

#CA092D (or 0xCA092D) is known color: Fire Engine Red. HEX triplet: CA, 09 and 2D. RGB value is (202,9,45). Sum of RGB (Red+Green+Blue) = 202+9+45=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA092D is #35F6D2. Grayscale: #464646. Windows color (decimal): -3536595 or 2951626. OLE color: 2951626.

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

Color convert

RGB 202 9 45 -
CMYK 0 0.96 0.78 0.21
HSL 348.81º 0.91% 0.41% -
HSV(B) 348.81º 0.96% 0.79% -
XYZ 24.93 12.94 3.67 -
YUV 70.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 202 9 45 0 0.96 0.78 0.21 348.81 0.91 0.41
Hex CA 9 2D 0 60 4E 15 15D 5B 29
Octal 312 11 55 0 140 116 25 535 133 51
Binary 11001010 1001 101101 0 1100000 1001110 10101 101011101 1011011 101001

Color Harmonies of #CA092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA092D

Black with #CA092D

Text Example


Text Example

White with #CA092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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