Html Css Color HEX #C21E1B Fire Brick

📋 copy color: '#C21E1B'

red 194 ◦ green 30 ◦ blue 27

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

Shades of Fire Brick #C21E1B

Tints of Fire Brick #C21E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 77.29%
G = 11.95%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C21E1B (or 0xC21E1B) is known color: Fire Brick. HEX triplet: C2, 1E and 1B. RGB value is (194,30,27). Sum of RGB (Red+Green+Blue) = 194+30+27=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E1B is #3DE1E4. Grayscale: #4E4E4E. Windows color (decimal): -4055525 or 1777346. OLE color: 1777346.

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

Color convert

RGB 194 30 27 -
CMYK 0 0.85 0.86 0.24
HSL 1.08º 0.76% 0.43% -
HSV(B) 1.08º 0.86% 0.76% -
XYZ 22.91 12.48 2.24 -
YUV 78.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 194 30 27 0 0.85 0.86 0.24 1.08 0.76 0.43
Hex C2 1E 1B 0 55 56 18 1 4C 2B
Octal 302 36 33 0 125 126 30 1 114 53
Binary 11000010 11110 11011 0 1010101 1010110 11000 1 1001100 101011

Color Harmonies of #C21E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E1B

Black with #C21E1B

Text Example


Text Example

White with #C21E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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