Html Css Color HEX #C4281F Fire Brick

📋 copy color: '#C4281F'

red 196 ◦ green 40 ◦ blue 31

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

Shades of Fire Brick #C4281F

Tints of Fire Brick #C4281F

RGB

 RED value IS 196 (76.95% from 255) = 73.41%

 GREEN value IS 40 (16.02% from 255) = 14.98%

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

R = 73.41%
G = 14.98%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4281F (or 0xC4281F) is known color: Fire Brick. HEX triplet: C4, 28 and 1F. RGB value is (196,40,31). Sum of RGB (Red+Green+Blue) = 196+40+31=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C4281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4281F is #3BD7E0. Grayscale: #555555. Windows color (decimal): -3921889 or 2042052. OLE color: 2042052.

HSL color Cylindrical-coordinate representation of color #C4281F: hue angle of 3.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4281F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 31 -
CMYK 0 0.80 0.84 0.23
HSL 3.27º 0.73% 0.45% -
HSV(B) 3.27º 0.84% 0.77% -
XYZ 23.77 13.35 2.62 -
YUV 85.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 196 40 31 0 0.80 0.84 0.23 3.27 0.73 0.45
Hex C4 28 1F 0 50 54 17 3 49 2D
Octal 304 50 37 0 120 124 27 3 111 55
Binary 11000100 101000 11111 0 1010000 1010100 10111 11 1001001 101101

Color Harmonies of #C4281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4281F

Black with #C4281F

Text Example


Text Example

White with #C4281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4281F; }

 p { color: rgb(196,40,31); }

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

background-color css

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

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

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

border-color css

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

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

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