Html Css Color HEX #C21625 Fire Engine Red

📋 copy color: '#C21625'

red 194 ◦ green 22 ◦ blue 37

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

Shades of Fire Engine Red #C21625

Tints of Fire Engine Red #C21625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

 BLUE value IS 37 (14.84% from 255) = 14.62%

R = 76.68%
G = 8.7%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C21625 (or 0xC21625) is known color: Fire Engine Red. HEX triplet: C2, 16 and 25. RGB value is (194,22,37). Sum of RGB (Red+Green+Blue) = 194+22+37=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C21625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21625 is #3DE9DA. Grayscale: #4B4B4B. Windows color (decimal): -4057563 or 2430658. OLE color: 2430658.

HSL color Cylindrical-coordinate representation of color #C21625: hue angle of 354.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21625 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 37 -
CMYK 0 0.89 0.81 0.24
HSL 354.77º 0.8% 0.42% -
HSV(B) 354.77º 0.89% 0.76% -
XYZ 22.87 12.18 2.9 -
YUV 75.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 194 22 37 0 0.89 0.81 0.24 354.77 0.8 0.42
Hex C2 16 25 0 59 51 18 163 50 2A
Octal 302 26 45 0 131 121 30 543 120 52
Binary 11000010 10110 100101 0 1011001 1010001 11000 101100011 1010000 101010

Color Harmonies of #C21625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21625

Black with #C21625

Text Example


Text Example

White with #C21625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21625; }

 p { color: rgb(194,22,37); }

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

background-color css

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

 a { background-color: rgb(194,22,37); }

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

border-color css

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

 span { border-color: rgb(194,22,37); }

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