Html Css Color HEX #C9231E Fire Brick

📋 copy color: '#C9231E'

red 201 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #C9231E

Tints of Fire Brick #C9231E

RGB

 RED value IS 201 (78.91% from 255) = 75.56%

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

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

R = 75.56%
G = 13.16%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9231E (or 0xC9231E) is known color: Fire Brick. HEX triplet: C9, 23 and 1E. RGB value is (201,35,30). Sum of RGB (Red+Green+Blue) = 201+35+30=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9231E is #36DCE1. Grayscale: #545454. Windows color (decimal): -3595490 or 1975241. OLE color: 1975241.

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

Color convert

RGB 201 35 30 -
CMYK 0 0.83 0.85 0.21
HSL 1.75º 0.74% 0.45% -
HSV(B) 1.75º 0.85% 0.79% -
XYZ 24.92 13.71 2.56 -
YUV 84.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 201 35 30 0 0.83 0.85 0.21 1.75 0.74 0.45
Hex C9 23 1E 0 53 55 15 2 4A 2D
Octal 311 43 36 0 123 125 25 2 112 55
Binary 11001001 100011 11110 0 1010011 1010101 10101 10 1001010 101101

Color Harmonies of #C9231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9231E

Black with #C9231E

Text Example


Text Example

White with #C9231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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