Html Css Color HEX #C21E21 Fire Engine Red

📋 copy color: '#C21E21'

red 194 ◦ green 30 ◦ blue 33

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

Shades of Fire Engine Red #C21E21

Tints of Fire Engine Red #C21E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 75.49%
G = 11.67%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C21E21 (or 0xC21E21) is known color: Fire Engine Red. HEX triplet: C2, 1E and 21. RGB value is (194,30,33). Sum of RGB (Red+Green+Blue) = 194+30+33=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E21 is #3DE1DE. Grayscale: #4F4F4F. Windows color (decimal): -4055519 or 2170562. OLE color: 2170562.

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

Color convert

RGB 194 30 33 -
CMYK 0 0.85 0.83 0.24
HSL 358.9º 0.73% 0.44% -
HSV(B) 358.9º 0.85% 0.76% -
XYZ 22.99 12.51 2.64 -
YUV 79.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 194 30 33 0 0.85 0.83 0.24 358.9 0.73 0.44
Hex C2 1E 21 0 55 53 18 167 49 2C
Octal 302 36 41 0 125 123 30 547 111 54
Binary 11000010 11110 100001 0 1010101 1010011 11000 101100111 1001001 101100

Color Harmonies of #C21E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E21

Black with #C21E21

Text Example


Text Example

White with #C21E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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