Html Css Color HEX #CA2326 Fire Engine Red

📋 copy color: '#CA2326'

red 202 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #CA2326

Tints of Fire Engine Red #CA2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

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

R = 73.45%
G = 12.73%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA2326 (or 0xCA2326) is known color: Fire Engine Red. HEX triplet: CA, 23 and 26. RGB value is (202,35,38). Sum of RGB (Red+Green+Blue) = 202+35+38=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2326 is #35DCD9. Grayscale: #555555. Windows color (decimal): -3529946 or 2499530. OLE color: 2499530.

HSL color Cylindrical-coordinate representation of color #CA2326: hue angle of 358.92º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2326 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 38 -
CMYK 0 0.83 0.81 0.21
HSL 358.92º 0.7% 0.46% -
HSV(B) 358.92º 0.83% 0.79% -
XYZ 25.31 13.9 3.18 -
YUV 85.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 202 35 38 0 0.83 0.81 0.21 358.92 0.7 0.46
Hex CA 23 26 0 53 51 15 167 46 2E
Octal 312 43 46 0 123 121 25 547 106 56
Binary 11001010 100011 100110 0 1010011 1010001 10101 101100111 1000110 101110

Color Harmonies of #CA2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2326

Black with #CA2326

Text Example


Text Example

White with #CA2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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