Html Css Color HEX #CA152B Fire Engine Red

📋 copy color: '#CA152B'

red 202 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #CA152B

Tints of Fire Engine Red #CA152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 75.94%
G = 7.89%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA152B (or 0xCA152B) is known color: Fire Engine Red. HEX triplet: CA, 15 and 2B. RGB value is (202,21,43). Sum of RGB (Red+Green+Blue) = 202+21+43=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA152B is #35EAD4. Grayscale: #4D4D4D. Windows color (decimal): -3533525 or 2823626. OLE color: 2823626.

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

Color convert

RGB 202 21 43 -
CMYK 0 0.90 0.79 0.21
HSL 352.71º 0.81% 0.44% -
HSV(B) 352.71º 0.9% 0.79% -
XYZ 25.06 13.27 3.53 -
YUV 77.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 202 21 43 0 0.90 0.79 0.21 352.71 0.81 0.44
Hex CA 15 2B 0 5A 4F 15 161 51 2C
Octal 312 25 53 0 132 117 25 541 121 54
Binary 11001010 10101 101011 0 1011010 1001111 10101 101100001 1010001 101100

Color Harmonies of #CA152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA152B

Black with #CA152B

Text Example


Text Example

White with #CA152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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