Html Css Color HEX #C21C1F Fire Engine Red

📋 copy color: '#C21C1F'

red 194 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #C21C1F

Tints of Fire Engine Red #C21C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 76.68%
G = 11.07%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C21C1F (or 0xC21C1F) is known color: Fire Engine Red. HEX triplet: C2, 1C and 1F. RGB value is (194,28,31). Sum of RGB (Red+Green+Blue) = 194+28+31=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C1F is #3DE3E0. Grayscale: #4E4E4E. Windows color (decimal): -4056033 or 2038978. OLE color: 2038978.

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

Color convert

RGB 194 28 31 -
CMYK 0 0.86 0.84 0.24
HSL 358.92º 0.75% 0.44% -
HSV(B) 358.92º 0.86% 0.76% -
XYZ 22.91 12.4 2.48 -
YUV 77.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 194 28 31 0 0.86 0.84 0.24 358.92 0.75 0.44
Hex C2 1C 1F 0 56 54 18 167 4B 2C
Octal 302 34 37 0 126 124 30 547 113 54
Binary 11000010 11100 11111 0 1010110 1010100 11000 101100111 1001011 101100

Color Harmonies of #C21C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C1F

Black with #C21C1F

Text Example


Text Example

White with #C21C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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