Html Css Color HEX #C32422 Fire Brick

📋 copy color: '#C32422'

red 195 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #C32422

Tints of Fire Brick #C32422

RGB

 RED value IS 195 (76.56% from 255) = 73.58%

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 73.58%
G = 13.58%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32422 (or 0xC32422) is known color: Fire Brick. HEX triplet: C3, 24 and 22. RGB value is (195,36,34). Sum of RGB (Red+Green+Blue) = 195+36+34=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C32422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32422 is #3CDBDD. Grayscale: #535353. Windows color (decimal): -3988446 or 2237635. OLE color: 2237635.

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

Color convert

RGB 195 36 34 -
CMYK 0 0.82 0.83 0.24
HSL 0.75º 0.7% 0.45% -
HSV(B) 0.75º 0.83% 0.76% -
XYZ 23.43 12.98 2.78 -
YUV 83.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 195 36 34 0 0.82 0.83 0.24 0.75 0.7 0.45
Hex C3 24 22 0 52 53 18 1 46 2D
Octal 303 44 42 0 122 123 30 1 106 55
Binary 11000011 100100 100010 0 1010010 1010011 11000 1 1000110 101101

Color Harmonies of #C32422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32422

Black with #C32422

Text Example


Text Example

White with #C32422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32422; }

 p { color: rgb(195,36,34); }

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

background-color css

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

 a { background-color: rgb(195,36,34); }

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

border-color css

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

 span { border-color: rgb(195,36,34); }

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