Html Css Color HEX #CA202A Fire Engine Red

📋 copy color: '#CA202A'

red 202 ◦ green 32 ◦ blue 42

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

Shades of Fire Engine Red #CA202A

Tints of Fire Engine Red #CA202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 73.19%
G = 11.59%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA202A (or 0xCA202A) is known color: Fire Engine Red. HEX triplet: CA, 20 and 2A. RGB value is (202,32,42). Sum of RGB (Red+Green+Blue) = 202+32+42=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA202A is #35DFD5. Grayscale: #545454. Windows color (decimal): -3530710 or 2760906. OLE color: 2760906.

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

Color convert

RGB 202 32 42 -
CMYK 0 0.84 0.79 0.21
HSL 356.47º 0.73% 0.46% -
HSV(B) 356.47º 0.84% 0.79% -
XYZ 25.29 13.76 3.51 -
YUV 83.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 202 32 42 0 0.84 0.79 0.21 356.47 0.73 0.46
Hex CA 20 2A 0 54 4F 15 164 49 2E
Octal 312 40 52 0 124 117 25 544 111 56
Binary 11001010 100000 101010 0 1010100 1001111 10101 101100100 1001001 101110

Color Harmonies of #CA202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA202A

Black with #CA202A

Text Example


Text Example

White with #CA202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA202A; }

 p { color: rgb(202,32,42); }

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

background-color css

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

 a { background-color: rgb(202,32,42); }

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

border-color css

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

 span { border-color: rgb(202,32,42); }

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