Html Css Color HEX #C0231C Fire Brick

📋 copy color: '#C0231C'

red 192 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #C0231C

Tints of Fire Brick #C0231C

RGB

 RED value IS 192 (75.39% from 255) = 75.29%

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 75.29%
G = 13.73%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0231C (or 0xC0231C) is known color: Fire Brick. HEX triplet: C0, 23 and 1C. RGB value is (192,35,28). Sum of RGB (Red+Green+Blue) = 192+35+28=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0231C is #3FDCE3. Grayscale: #515151. Windows color (decimal): -4185316 or 1844160. OLE color: 1844160.

HSL color Cylindrical-coordinate representation of color #C0231C: hue angle of 2.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0231C is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 28 -
CMYK 0 0.82 0.85 0.25
HSL 2.56º 0.75% 0.43% -
HSV(B) 2.56º 0.85% 0.75% -
XYZ 22.55 12.49 2.32 -
YUV 81.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 192 35 28 0 0.82 0.85 0.25 2.56 0.75 0.43
Hex C0 23 1C 0 52 55 19 3 4B 2B
Octal 300 43 34 0 122 125 31 3 113 53
Binary 11000000 100011 11100 0 1010010 1010101 11001 11 1001011 101011

Color Harmonies of #C0231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0231C

Black with #C0231C

Text Example


Text Example

White with #C0231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0231C; }

 p { color: rgb(192,35,28); }

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

background-color css

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

 a { background-color: rgb(192,35,28); }

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

border-color css

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

 span { border-color: rgb(192,35,28); }

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