Html Css Color HEX #C21F1C Fire Brick

📋 copy color: '#C21F1C'

red 194 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #C21F1C

Tints of Fire Brick #C21F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 76.68%
G = 12.25%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C21F1C (or 0xC21F1C) is known color: Fire Brick. HEX triplet: C2, 1F and 1C. RGB value is (194,31,28). Sum of RGB (Red+Green+Blue) = 194+31+28=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F1C is #3DE0E3. Grayscale: #4F4F4F. Windows color (decimal): -4055268 or 1843138. OLE color: 1843138.

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

Color convert

RGB 194 31 28 -
CMYK 0 0.84 0.86 0.24
HSL 1.08º 0.75% 0.44% -
HSV(B) 1.08º 0.86% 0.76% -
XYZ 22.95 12.53 2.31 -
YUV 79.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 194 31 28 0 0.84 0.86 0.24 1.08 0.75 0.44
Hex C2 1F 1C 0 54 56 18 1 4B 2C
Octal 302 37 34 0 124 126 30 1 113 54
Binary 11000010 11111 11100 0 1010100 1010110 11000 1 1001011 101100

Color Harmonies of #C21F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F1C

Black with #C21F1C

Text Example


Text Example

White with #C21F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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