Html Css Color HEX #C21A21 Fire Engine Red

📋 copy color: '#C21A21'

red 194 ◦ green 26 ◦ blue 33

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

Shades of Fire Engine Red #C21A21

Tints of Fire Engine Red #C21A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

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

R = 76.68%
G = 10.28%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C21A21 (or 0xC21A21) is known color: Fire Engine Red. HEX triplet: C2, 1A and 21. RGB value is (194,26,33). Sum of RGB (Red+Green+Blue) = 194+26+33=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A21 is #3DE5DE. Grayscale: #4D4D4D. Windows color (decimal): -4056543 or 2169538. OLE color: 2169538.

HSL color Cylindrical-coordinate representation of color #C21A21: hue angle of 357.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A21 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 33 -
CMYK 0 0.87 0.83 0.24
HSL 357.5º 0.76% 0.43% -
HSV(B) 357.5º 0.87% 0.76% -
XYZ 22.89 12.32 2.61 -
YUV 77.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 194 26 33 0 0.87 0.83 0.24 357.5 0.76 0.43
Hex C2 1A 21 0 57 53 18 166 4C 2B
Octal 302 32 41 0 127 123 30 546 114 53
Binary 11000010 11010 100001 0 1010111 1010011 11000 101100110 1001100 101011

Color Harmonies of #C21A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A21

Black with #C21A21

Text Example


Text Example

White with #C21A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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