Html Css Color HEX #C32018 Fire Brick

📋 copy color: '#C32018'

red 195 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #C32018

Tints of Fire Brick #C32018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

 BLUE value IS 24 (9.77% from 255) = 9.56%

R = 77.69%
G = 12.75%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C32018 (or 0xC32018) is known color: Fire Brick. HEX triplet: C3, 20 and 18. RGB value is (195,32,24). Sum of RGB (Red+Green+Blue) = 195+32+24=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32018 is #3CDFE7. Grayscale: #505050. Windows color (decimal): -3989480 or 1581251. OLE color: 1581251.

HSL color Cylindrical-coordinate representation of color #C32018: hue angle of 2.81º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C32018 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 24 -
CMYK 0 0.84 0.88 0.24
HSL 2.81º 0.78% 0.43% -
HSV(B) 2.81º 0.88% 0.76% -
XYZ 23.19 12.7 2.09 -
YUV 79.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 195 32 24 0 0.84 0.88 0.24 2.81 0.78 0.43
Hex C3 20 18 0 54 58 18 3 4E 2B
Octal 303 40 30 0 124 130 30 3 116 53
Binary 11000011 100000 11000 0 1010100 1011000 11000 11 1001110 101011

Color Harmonies of #C32018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32018

Black with #C32018

Text Example


Text Example

White with #C32018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32018; }

 p { color: rgb(195,32,24); }

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

background-color css

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

 a { background-color: rgb(195,32,24); }

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

border-color css

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

 span { border-color: rgb(195,32,24); }

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