Html Css Color HEX #C21F18 Fire Brick

📋 copy color: '#C21F18'

red 194 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #C21F18

Tints of Fire Brick #C21F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 77.91%
G = 12.45%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21F18 (or 0xC21F18) is known color: Fire Brick. HEX triplet: C2, 1F and 18. RGB value is (194,31,24). Sum of RGB (Red+Green+Blue) = 194+31+24=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21F18 is #3DE0E7. Grayscale: #4F4F4F. Windows color (decimal): -4055272 or 1580994. OLE color: 1580994.

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

Color convert

RGB 194 31 24 -
CMYK 0 0.84 0.88 0.24
HSL 2.47º 0.78% 0.43% -
HSV(B) 2.47º 0.88% 0.76% -
XYZ 22.9 12.52 2.07 -
YUV 78.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 194 31 24 0 0.84 0.88 0.24 2.47 0.78 0.43
Hex C2 1F 18 0 54 58 18 2 4E 2B
Octal 302 37 30 0 124 130 30 2 116 53
Binary 11000010 11111 11000 0 1010100 1011000 11000 10 1001110 101011

Color Harmonies of #C21F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F18

Black with #C21F18

Text Example


Text Example

White with #C21F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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