Html Css Color HEX #CA092B Fire Engine Red

📋 copy color: '#CA092B'

red 202 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #CA092B

Tints of Fire Engine Red #CA092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 79.53%
G = 3.54%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA092B (or 0xCA092B) is known color: Fire Engine Red. HEX triplet: CA, 09 and 2B. RGB value is (202,9,43). Sum of RGB (Red+Green+Blue) = 202+9+43=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA092B is #35F6D4. Grayscale: #464646. Windows color (decimal): -3536597 or 2820554. OLE color: 2820554.

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

Color convert

RGB 202 9 43 -
CMYK 0 0.96 0.79 0.21
HSL 349.43º 0.91% 0.41% -
HSV(B) 349.43º 0.96% 0.79% -
XYZ 24.89 12.93 3.47 -
YUV 70.58 112.44 221.74 -
System Red Green Blue C M Y K H S L
Decimal 202 9 43 0 0.96 0.79 0.21 349.43 0.91 0.41
Hex CA 9 2B 0 60 4F 15 15D 5B 29
Octal 312 11 53 0 140 117 25 535 133 51
Binary 11001010 1001 101011 0 1100000 1001111 10101 101011101 1011011 101001

Color Harmonies of #CA092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA092B

Black with #CA092B

Text Example


Text Example

White with #CA092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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