Html Css Color HEX #C42626 Fire Brick

📋 copy color: '#C42626'

red 196 ◦ green 38 ◦ blue 38

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

Shades of Fire Brick #C42626

Tints of Fire Brick #C42626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 72.06%
G = 13.97%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42626 (or 0xC42626) is known color: Fire Brick. HEX triplet: C4, 26 and 26. RGB value is (196,38,38). Sum of RGB (Red+Green+Blue) = 196+38+38=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C42626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42626 is #3BD9D9. Grayscale: #555555. Windows color (decimal): -3922394 or 2500292. OLE color: 2500292.

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

Color convert

RGB 196 38 38 -
CMYK 0 0.81 0.81 0.23
HSL 0.68% 0.46% -
HSV(B) 0.81% 0.77% -
XYZ 23.81 13.26 3.14 -
YUV 85.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 196 38 38 0 0.81 0.81 0.23 0 0.68 0.46
Hex C4 26 26 0 51 51 17 0 44 2E
Octal 304 46 46 0 121 121 27 0 104 56
Binary 11000100 100110 100110 0 1010001 1010001 10111 0 1000100 101110

Color Harmonies of #C42626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42626

Black with #C42626

Text Example


Text Example

White with #C42626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42626; }

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

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

background-color css

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

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

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

border-color css

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

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

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