Html Css Color HEX #C21E2A Fire Engine Red

📋 copy color: '#C21E2A'

red 194 ◦ green 30 ◦ blue 42

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

Shades of Fire Engine Red #C21E2A

Tints of Fire Engine Red #C21E2A

RGB

 RED value IS 194 (76.17% from 255) = 72.93%

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

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

R = 72.93%
G = 11.28%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C21E2A (or 0xC21E2A) is known color: Fire Engine Red. HEX triplet: C2, 1E and 2A. RGB value is (194,30,42). Sum of RGB (Red+Green+Blue) = 194+30+42=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E2A is #3DE1D5. Grayscale: #505050. Windows color (decimal): -4055510 or 2760386. OLE color: 2760386.

HSL color Cylindrical-coordinate representation of color #C21E2A: hue angle of 355.61º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E2A is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 42 -
CMYK 0 0.85 0.78 0.24
HSL 355.61º 0.73% 0.44% -
HSV(B) 355.61º 0.85% 0.76% -
XYZ 23.13 12.57 3.4 -
YUV 80.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 194 30 42 0 0.85 0.78 0.24 355.61 0.73 0.44
Hex C2 1E 2A 0 55 4E 18 164 49 2C
Octal 302 36 52 0 125 116 30 544 111 54
Binary 11000010 11110 101010 0 1010101 1001110 11000 101100100 1001001 101100

Color Harmonies of #C21E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E2A

Black with #C21E2A

Text Example


Text Example

White with #C21E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E2A; }

 p { color: rgb(194,30,42); }

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

background-color css

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

 a { background-color: rgb(194,30,42); }

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

border-color css

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

 span { border-color: rgb(194,30,42); }

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