Html Css Color HEX #C8231E Fire Brick

📋 copy color: '#C8231E'

red 200 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #C8231E

Tints of Fire Brick #C8231E

RGB

 RED value IS 200 (78.52% from 255) = 75.47%

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 75.47%
G = 13.21%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8231E (or 0xC8231E) is known color: Fire Brick. HEX triplet: C8, 23 and 1E. RGB value is (200,35,30). Sum of RGB (Red+Green+Blue) = 200+35+30=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8231E is #37DCE1. Grayscale: #535353. Windows color (decimal): -3661026 or 1975240. OLE color: 1975240.

HSL color Cylindrical-coordinate representation of color #C8231E: hue angle of 1.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8231E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 30 -
CMYK 0 0.82 0.85 0.22
HSL 1.76º 0.74% 0.45% -
HSV(B) 1.76º 0.85% 0.78% -
XYZ 24.65 13.58 2.55 -
YUV 83.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 200 35 30 0 0.82 0.85 0.22 1.76 0.74 0.45
Hex C8 23 1E 0 52 55 16 2 4A 2D
Octal 310 43 36 0 122 125 26 2 112 55
Binary 11001000 100011 11110 0 1010010 1010101 10110 10 1001010 101101

Color Harmonies of #C8231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8231E

Black with #C8231E

Text Example


Text Example

White with #C8231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8231E; }

 p { color: rgb(200,35,30); }

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

background-color css

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

 a { background-color: rgb(200,35,30); }

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

border-color css

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

 span { border-color: rgb(200,35,30); }

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