Html Css Color HEX #C21B24 Fire Engine Red

📋 copy color: '#C21B24'

red 194 ◦ green 27 ◦ blue 36

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

Shades of Fire Engine Red #C21B24

Tints of Fire Engine Red #C21B24

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 75.49%
G = 10.51%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C21B24 (or 0xC21B24) is known color: Fire Engine Red. HEX triplet: C2, 1B and 24. RGB value is (194,27,36). Sum of RGB (Red+Green+Blue) = 194+27+36=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B24 is #3DE4DB. Grayscale: #4E4E4E. Windows color (decimal): -4056284 or 2366402. OLE color: 2366402.

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

Color convert

RGB 194 27 36 -
CMYK 0 0.86 0.81 0.24
HSL 356.77º 0.76% 0.43% -
HSV(B) 356.77º 0.86% 0.76% -
XYZ 22.96 12.38 2.85 -
YUV 77.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 194 27 36 0 0.86 0.81 0.24 356.77 0.76 0.43
Hex C2 1B 24 0 56 51 18 165 4C 2B
Octal 302 33 44 0 126 121 30 545 114 53
Binary 11000010 11011 100100 0 1010110 1010001 11000 101100101 1001100 101011

Color Harmonies of #C21B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B24

Black with #C21B24

Text Example


Text Example

White with #C21B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B24; }

 p { color: rgb(194,27,36); }

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

background-color css

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

 a { background-color: rgb(194,27,36); }

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

border-color css

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

 span { border-color: rgb(194,27,36); }

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