Html Css Color HEX #C42723 Fire Brick

📋 copy color: '#C42723'

red 196 ◦ green 39 ◦ blue 35

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

Shades of Fire Brick #C42723

Tints of Fire Brick #C42723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 72.59%
G = 14.44%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C42723 (or 0xC42723) is known color: Fire Brick. HEX triplet: C4, 27 and 23. RGB value is (196,39,35). Sum of RGB (Red+Green+Blue) = 196+39+35=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C42723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42723 is #3BD8DC. Grayscale: #555555. Windows color (decimal): -3922141 or 2303940. OLE color: 2303940.

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

Color convert

RGB 196 39 35 -
CMYK 0 0.80 0.82 0.23
HSL 1.49º 0.7% 0.45% -
HSV(B) 1.49º 0.82% 0.77% -
XYZ 23.79 13.31 2.9 -
YUV 85.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 196 39 35 0 0.80 0.82 0.23 1.49 0.7 0.45
Hex C4 27 23 0 50 52 17 1 46 2D
Octal 304 47 43 0 120 122 27 1 106 55
Binary 11000100 100111 100011 0 1010000 1010010 10111 1 1000110 101101

Color Harmonies of #C42723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42723

Black with #C42723

Text Example


Text Example

White with #C42723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42723; }

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

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

background-color css

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

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

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

border-color css

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

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

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