Html Css Color HEX #C21B27 Fire Engine Red

📋 copy color: '#C21B27'

red 194 ◦ green 27 ◦ blue 39

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

Shades of Fire Engine Red #C21B27

Tints of Fire Engine Red #C21B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 74.62%
G = 10.38%
B = 15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21B27 (or 0xC21B27) is known color: Fire Engine Red. HEX triplet: C2, 1B and 27. RGB value is (194,27,39). Sum of RGB (Red+Green+Blue) = 194+27+39=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B27 is #3DE4D8. Grayscale: #4E4E4E. Windows color (decimal): -4056281 or 2563010. OLE color: 2563010.

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

Color convert

RGB 194 27 39 -
CMYK 0 0.86 0.80 0.24
HSL 355.69º 0.76% 0.43% -
HSV(B) 355.69º 0.86% 0.76% -
XYZ 23.01 12.4 3.1 -
YUV 78.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 194 27 39 0 0.86 0.80 0.24 355.69 0.76 0.43
Hex C2 1B 27 0 56 50 18 164 4C 2B
Octal 302 33 47 0 126 120 30 544 114 53
Binary 11000010 11011 100111 0 1010110 1010000 11000 101100100 1001100 101011

Color Harmonies of #C21B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B27

Black with #C21B27

Text Example


Text Example

White with #C21B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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