Html Css Color HEX #CA032E Fire Engine Red

📋 copy color: '#CA032E'

red 202 ◦ green 3 ◦ blue 46

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

Shades of Fire Engine Red #CA032E

Tints of Fire Engine Red #CA032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 80.48%
G = 1.2%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA032E (or 0xCA032E) is known color: Fire Engine Red. HEX triplet: CA, 03 and 2E. RGB value is (202,3,46). Sum of RGB (Red+Green+Blue) = 202+3+46=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA032E is #35FCD1. Grayscale: #434343. Windows color (decimal): -3538130 or 3015626. OLE color: 3015626.

HSL color Cylindrical-coordinate representation of color #CA032E: hue angle of 347.04º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA032E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 46 -
CMYK 0 0.99 0.77 0.21
HSL 347.04º 0.97% 0.4% -
HSV(B) 347.04º 0.99% 0.79% -
XYZ 24.88 12.82 3.75 -
YUV 67.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 202 3 46 0 0.99 0.77 0.21 347.04 0.97 0.4
Hex CA 3 2E 0 63 4D 15 15B 61 28
Octal 312 3 56 0 143 115 25 533 141 50
Binary 11001010 11 101110 0 1100011 1001101 10101 101011011 1100001 101000

Color Harmonies of #CA032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA032E

Black with #CA032E

Text Example


Text Example

White with #CA032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA032E; }

 p { color: rgb(202,3,46); }

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

background-color css

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

 a { background-color: rgb(202,3,46); }

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

border-color css

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

 span { border-color: rgb(202,3,46); }

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