Html Css Color HEX #C32621 Fire Brick

📋 copy color: '#C32621'

red 195 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #C32621

Tints of Fire Brick #C32621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 73.31%
G = 14.29%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32621 (or 0xC32621) is known color: Fire Brick. HEX triplet: C3, 26 and 21. RGB value is (195,38,33). Sum of RGB (Red+Green+Blue) = 195+38+33=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C32621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32621 is #3CD9DE. Grayscale: #545454. Windows color (decimal): -3987935 or 2172611. OLE color: 2172611.

HSL color Cylindrical-coordinate representation of color #C32621: hue angle of 1.85º degrees, saturation: 0.71, 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 #C32621 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 33 -
CMYK 0 0.81 0.83 0.24
HSL 1.85º 0.71% 0.45% -
HSV(B) 1.85º 0.83% 0.76% -
XYZ 23.47 13.1 2.73 -
YUV 84.37 99.01 206.91 -
System Red Green Blue C M Y K H S L
Decimal 195 38 33 0 0.81 0.83 0.24 1.85 0.71 0.45
Hex C3 26 21 0 51 53 18 2 47 2D
Octal 303 46 41 0 121 123 30 2 107 55
Binary 11000011 100110 100001 0 1010001 1010011 11000 10 1000111 101101

Color Harmonies of #C32621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32621

Black with #C32621

Text Example


Text Example

White with #C32621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32621; }

 p { color: rgb(195,38,33); }

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

background-color css

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

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

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

border-color css

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

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

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