Html Css Color HEX #C21B2A Fire Engine Red

📋 copy color: '#C21B2A'

red 194 ◦ green 27 ◦ blue 42

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

Shades of Fire Engine Red #C21B2A

Tints of Fire Engine Red #C21B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 73.76%
G = 10.27%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C21B2A (or 0xC21B2A) is known color: Fire Engine Red. HEX triplet: C2, 1B and 2A. RGB value is (194,27,42). Sum of RGB (Red+Green+Blue) = 194+27+42=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B2A is #3DE4D5. Grayscale: #4E4E4E. Windows color (decimal): -4056278 or 2759618. OLE color: 2759618.

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

Color convert

RGB 194 27 42 -
CMYK 0 0.86 0.78 0.24
HSL 354.61º 0.76% 0.43% -
HSV(B) 354.61º 0.86% 0.76% -
XYZ 23.06 12.42 3.37 -
YUV 78.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 194 27 42 0 0.86 0.78 0.24 354.61 0.76 0.43
Hex C2 1B 2A 0 56 4E 18 163 4C 2B
Octal 302 33 52 0 126 116 30 543 114 53
Binary 11000010 11011 101010 0 1010110 1001110 11000 101100011 1001100 101011

Color Harmonies of #C21B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B2A

Black with #C21B2A

Text Example


Text Example

White with #C21B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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