Html Css Color HEX #C21128 Fire Engine Red

📋 copy color: '#C21128'

red 194 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #C21128

Tints of Fire Engine Red #C21128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 77.29%
G = 6.77%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C21128 (or 0xC21128) is known color: Fire Engine Red. HEX triplet: C2, 11 and 28. RGB value is (194,17,40). Sum of RGB (Red+Green+Blue) = 194+17+40=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21128 is #3DEED7. Grayscale: #484848. Windows color (decimal): -4058840 or 2625986. OLE color: 2625986.

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

Color convert

RGB 194 17 40 -
CMYK 0 0.91 0.79 0.24
HSL 352.2º 0.84% 0.41% -
HSV(B) 352.2º 0.91% 0.76% -
XYZ 22.83 12.02 3.12 -
YUV 72.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 194 17 40 0 0.91 0.79 0.24 352.2 0.84 0.41
Hex C2 11 28 0 5B 4F 18 160 54 29
Octal 302 21 50 0 133 117 30 540 124 51
Binary 11000010 10001 101000 0 1011011 1001111 11000 101100000 1010100 101001

Color Harmonies of #C21128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21128

Black with #C21128

Text Example


Text Example

White with #C21128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21128; }

 p { color: rgb(194,17,40); }

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

background-color css

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

 a { background-color: rgb(194,17,40); }

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

border-color css

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

 span { border-color: rgb(194,17,40); }

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