Html Css Color HEX #C21B21 Fire Engine Red

📋 copy color: '#C21B21'

red 194 ◦ green 27 ◦ blue 33

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

Shades of Fire Engine Red #C21B21

Tints of Fire Engine Red #C21B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 76.38%
G = 10.63%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C21B21 (or 0xC21B21) is known color: Fire Engine Red. HEX triplet: C2, 1B and 21. RGB value is (194,27,33). Sum of RGB (Red+Green+Blue) = 194+27+33=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B21 is #3DE4DE. Grayscale: #4D4D4D. Windows color (decimal): -4056287 or 2169794. OLE color: 2169794.

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

Color convert

RGB 194 27 33 -
CMYK 0 0.86 0.83 0.24
HSL 357.84º 0.76% 0.43% -
HSV(B) 357.84º 0.86% 0.76% -
XYZ 22.91 12.36 2.62 -
YUV 77.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 194 27 33 0 0.86 0.83 0.24 357.84 0.76 0.43
Hex C2 1B 21 0 56 53 18 166 4C 2B
Octal 302 33 41 0 126 123 30 546 114 53
Binary 11000010 11011 100001 0 1010110 1010011 11000 101100110 1001100 101011

Color Harmonies of #C21B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B21

Black with #C21B21

Text Example


Text Example

White with #C21B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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