Html Css Color HEX #C21F1F Fire Brick

📋 copy color: '#C21F1F'

red 194 ◦ green 31 ◦ blue 31

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

Shades of Fire Brick #C21F1F

Tints of Fire Brick #C21F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 75.78%
G = 12.11%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C21F1F (or 0xC21F1F) is known color: Fire Brick. HEX triplet: C2, 1F and 1F. RGB value is (194,31,31). Sum of RGB (Red+Green+Blue) = 194+31+31=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F1F is #3DE0E0. Grayscale: #4F4F4F. Windows color (decimal): -4055265 or 2039746. OLE color: 2039746.

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

Color convert

RGB 194 31 31 -
CMYK 0 0.84 0.84 0.24
HSL 0.72% 0.44% -
HSV(B) 0.84% 0.76% -
XYZ 22.99 12.55 2.51 -
YUV 79.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 194 31 31 0 0.84 0.84 0.24 0 0.72 0.44
Hex C2 1F 1F 0 54 54 18 0 48 2C
Octal 302 37 37 0 124 124 30 0 110 54
Binary 11000010 11111 11111 0 1010100 1010100 11000 0 1001000 101100

Color Harmonies of #C21F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F1F

Black with #C21F1F

Text Example


Text Example

White with #C21F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F1F; }

 p { color: rgb(194,31,31); }

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

background-color css

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

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

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

border-color css

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

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

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