Html Css Color HEX #C21F2A Fire Engine Red

📋 copy color: '#C21F2A'

red 194 ◦ green 31 ◦ blue 42

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

Shades of Fire Engine Red #C21F2A

Tints of Fire Engine Red #C21F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

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

R = 72.66%
G = 11.61%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C21F2A (or 0xC21F2A) is known color: Fire Engine Red. HEX triplet: C2, 1F and 2A. RGB value is (194,31,42). Sum of RGB (Red+Green+Blue) = 194+31+42=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F2A is #3DE0D5. Grayscale: #515151. Windows color (decimal): -4055254 or 2760642. OLE color: 2760642.

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

Color convert

RGB 194 31 42 -
CMYK 0 0.84 0.78 0.24
HSL 355.95º 0.72% 0.44% -
HSV(B) 355.95º 0.84% 0.76% -
XYZ 23.16 12.62 3.41 -
YUV 80.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 194 31 42 0 0.84 0.78 0.24 355.95 0.72 0.44
Hex C2 1F 2A 0 54 4E 18 164 48 2C
Octal 302 37 52 0 124 116 30 544 110 54
Binary 11000010 11111 101010 0 1010100 1001110 11000 101100100 1001000 101100

Color Harmonies of #C21F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F2A

Black with #C21F2A

Text Example


Text Example

White with #C21F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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