Html Css Color HEX #CA1E23 Fire Engine Red

📋 copy color: '#CA1E23'

red 202 ◦ green 30 ◦ blue 35

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

Shades of Fire Engine Red #CA1E23

Tints of Fire Engine Red #CA1E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 75.66%
G = 11.24%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA1E23 (or 0xCA1E23) is known color: Fire Engine Red. HEX triplet: CA, 1E and 23. RGB value is (202,30,35). Sum of RGB (Red+Green+Blue) = 202+30+35=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E23 is #35E1DC. Grayscale: #525252. Windows color (decimal): -3531229 or 2301642. OLE color: 2301642.

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

Color convert

RGB 202 30 35 -
CMYK 0 0.85 0.83 0.21
HSL 358.26º 0.74% 0.45% -
HSV(B) 358.26º 0.85% 0.79% -
XYZ 25.12 13.61 2.89 -
YUV 82 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 202 30 35 0 0.85 0.83 0.21 358.26 0.74 0.45
Hex CA 1E 23 0 55 53 15 166 4A 2D
Octal 312 36 43 0 125 123 25 546 112 55
Binary 11001010 11110 100011 0 1010101 1010011 10101 101100110 1001010 101101

Color Harmonies of #CA1E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E23

Black with #CA1E23

Text Example


Text Example

White with #CA1E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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