Html Css Color HEX #C21D2A Fire Engine Red

📋 copy color: '#C21D2A'

red 194 ◦ green 29 ◦ blue 42

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

Shades of Fire Engine Red #C21D2A

Tints of Fire Engine Red #C21D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

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

R = 73.21%
G = 10.94%
B = 15.85%

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

#C21D2A (or 0xC21D2A) is known color: Fire Engine Red. HEX triplet: C2, 1D and 2A. RGB value is (194,29,42). Sum of RGB (Red+Green+Blue) = 194+29+42=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D2A is #3DE2D5. Grayscale: #4F4F4F. Windows color (decimal): -4055766 or 2760130. OLE color: 2760130.

HSL color Cylindrical-coordinate representation of color #C21D2A: hue angle of 355.27º degrees, saturation: 0.74, 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 #C21D2A is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 29 42 -
CMYK 0 0.85 0.78 0.24
HSL 355.27º 0.74% 0.44% -
HSV(B) 355.27º 0.85% 0.76% -
XYZ 23.11 12.52 3.39 -
YUV 79.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 194 29 42 0 0.85 0.78 0.24 355.27 0.74 0.44
Hex C2 1D 2A 0 55 4E 18 163 4A 2C
Octal 302 35 52 0 125 116 30 543 112 54
Binary 11000010 11101 101010 0 1010101 1001110 11000 101100011 1001010 101100

Color Harmonies of #C21D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D2A

Black with #C21D2A

Text Example


Text Example

White with #C21D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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