Html Css Color HEX #CA0926 Fire Engine Red

📋 copy color: '#CA0926'

red 202 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #CA0926

Tints of Fire Engine Red #CA0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 81.12%
G = 3.61%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA0926 (or 0xCA0926) is known color: Fire Engine Red. HEX triplet: CA, 09 and 26. RGB value is (202,9,38). Sum of RGB (Red+Green+Blue) = 202+9+38=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0926 is #35F6D9. Grayscale: #464646. Windows color (decimal): -3536602 or 2492874. OLE color: 2492874.

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

Color convert

RGB 202 9 38 -
CMYK 0 0.96 0.81 0.21
HSL 350.98º 0.91% 0.41% -
HSV(B) 350.98º 0.96% 0.79% -
XYZ 24.8 12.89 3.01 -
YUV 70.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 202 9 38 0 0.96 0.81 0.21 350.98 0.91 0.41
Hex CA 9 26 0 60 51 15 15F 5B 29
Octal 312 11 46 0 140 121 25 537 133 51
Binary 11001010 1001 100110 0 1100000 1010001 10101 101011111 1011011 101001

Color Harmonies of #CA0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0926

Black with #CA0926

Text Example


Text Example

White with #CA0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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