Html Css Color HEX #CA132B Fire Engine Red

📋 copy color: '#CA132B'

red 202 ◦ green 19 ◦ blue 43

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

Shades of Fire Engine Red #CA132B

Tints of Fire Engine Red #CA132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 76.52%
G = 7.2%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA132B (or 0xCA132B) is known color: Fire Engine Red. HEX triplet: CA, 13 and 2B. RGB value is (202,19,43). Sum of RGB (Red+Green+Blue) = 202+19+43=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA132B is #35ECD4. Grayscale: #4C4C4C. Windows color (decimal): -3534037 or 2823114. OLE color: 2823114.

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

Color convert

RGB 202 19 43 -
CMYK 0 0.91 0.79 0.21
HSL 352.13º 0.83% 0.43% -
HSV(B) 352.13º 0.91% 0.79% -
XYZ 25.03 13.2 3.51 -
YUV 76.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 202 19 43 0 0.91 0.79 0.21 352.13 0.83 0.43
Hex CA 13 2B 0 5B 4F 15 160 53 2B
Octal 312 23 53 0 133 117 25 540 123 53
Binary 11001010 10011 101011 0 1011011 1001111 10101 101100000 1010011 101011

Color Harmonies of #CA132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA132B

Black with #CA132B

Text Example


Text Example

White with #CA132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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