Html Css Color HEX #C42622 Fire Brick

📋 copy color: '#C42622'

red 196 ◦ green 38 ◦ blue 34

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

Shades of Fire Brick #C42622

Tints of Fire Brick #C42622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 73.13%
G = 14.18%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C42622 (or 0xC42622) is known color: Fire Brick. HEX triplet: C4, 26 and 22. RGB value is (196,38,34). Sum of RGB (Red+Green+Blue) = 196+38+34=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C42622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42622 is #3BD9DD. Grayscale: #545454. Windows color (decimal): -3922398 or 2238148. OLE color: 2238148.

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

Color convert

RGB 196 38 34 -
CMYK 0 0.81 0.83 0.23
HSL 1.48º 0.7% 0.45% -
HSV(B) 1.48º 0.83% 0.77% -
XYZ 23.75 13.24 2.82 -
YUV 84.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 196 38 34 0 0.81 0.83 0.23 1.48 0.7 0.45
Hex C4 26 22 0 51 53 17 1 46 2D
Octal 304 46 42 0 121 123 27 1 106 55
Binary 11000100 100110 100010 0 1010001 1010011 10111 1 1000110 101101

Color Harmonies of #C42622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42622

Black with #C42622

Text Example


Text Example

White with #C42622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42622; }

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

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

background-color css

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

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

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

border-color css

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

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

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