Html Css Color HEX #C4221E Fire Brick

📋 copy color: '#C4221E'

red 196 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #C4221E

Tints of Fire Brick #C4221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 75.38%
G = 13.08%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4221E (or 0xC4221E) is known color: Fire Brick. HEX triplet: C4, 22 and 1E. RGB value is (196,34,30). Sum of RGB (Red+Green+Blue) = 196+34+30=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4221E is #3BDDE1. Grayscale: #525252. Windows color (decimal): -3923426 or 1974980. OLE color: 1974980.

HSL color Cylindrical-coordinate representation of color #C4221E: hue angle of 1.45º 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 #C4221E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 30 -
CMYK 0 0.83 0.85 0.23
HSL 1.45º 0.73% 0.44% -
HSV(B) 1.45º 0.85% 0.77% -
XYZ 23.57 12.97 2.49 -
YUV 81.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 196 34 30 0 0.83 0.85 0.23 1.45 0.73 0.44
Hex C4 22 1E 0 53 55 17 1 49 2C
Octal 304 42 36 0 123 125 27 1 111 54
Binary 11000100 100010 11110 0 1010011 1010101 10111 1 1001001 101100

Color Harmonies of #C4221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4221E

Black with #C4221E

Text Example


Text Example

White with #C4221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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