Html Css Color HEX #C4271E Fire Brick

📋 copy color: '#C4271E'

red 196 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #C4271E

Tints of Fire Brick #C4271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 73.96%
G = 14.72%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4271E (or 0xC4271E) is known color: Fire Brick. HEX triplet: C4, 27 and 1E. RGB value is (196,39,30). Sum of RGB (Red+Green+Blue) = 196+39+30=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C4271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4271E is #3BD8E1. Grayscale: #555555. Windows color (decimal): -3922146 or 1976260. OLE color: 1976260.

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

Color convert

RGB 196 39 30 -
CMYK 0 0.80 0.85 0.23
HSL 3.25º 0.73% 0.44% -
HSV(B) 3.25º 0.85% 0.77% -
XYZ 23.72 13.28 2.54 -
YUV 84.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 196 39 30 0 0.80 0.85 0.23 3.25 0.73 0.44
Hex C4 27 1E 0 50 55 17 3 49 2C
Octal 304 47 36 0 120 125 27 3 111 54
Binary 11000100 100111 11110 0 1010000 1010101 10111 11 1001001 101100

Color Harmonies of #C4271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4271E

Black with #C4271E

Text Example


Text Example

White with #C4271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4271E; }

 p { color: rgb(196,39,30); }

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

background-color css

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

 a { background-color: rgb(196,39,30); }

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

border-color css

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

 span { border-color: rgb(196,39,30); }

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