Html Css Color HEX #C9263F Brick Red

📋 copy color: '#C9263F'

red 201 ◦ green 38 ◦ blue 63

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

Shades of Brick Red #C9263F

Tints of Brick Red #C9263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 66.56%
G = 12.58%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9263F (or 0xC9263F) is known color: Brick Red. HEX triplet: C9, 26 and 3F. RGB value is (201,38,63). Sum of RGB (Red+Green+Blue) = 201+38+63=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9263F is #36D9C0. Grayscale: #595959. Windows color (decimal): -3594689 or 4138697. OLE color: 4138697.

HSL color Cylindrical-coordinate representation of color #C9263F: hue angle of 350.8º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9263F is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 63 -
CMYK 0 0.81 0.69 0.21
HSL 350.8º 0.68% 0.47% -
HSV(B) 350.8º 0.81% 0.79% -
XYZ 25.68 14.16 6.08 -
YUV 89.59 113 207.47 -
System Red Green Blue C M Y K H S L
Decimal 201 38 63 0 0.81 0.69 0.21 350.8 0.68 0.47
Hex C9 26 3F 0 51 45 15 15F 44 2F
Octal 311 46 77 0 121 105 25 537 104 57
Binary 11001001 100110 111111 0 1010001 1000101 10101 101011111 1000100 101111

Color Harmonies of #C9263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9263F

Black with #C9263F

Text Example


Text Example

White with #C9263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9263F; }

 p { color: rgb(201,38,63); }

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

background-color css

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

 a { background-color: rgb(201,38,63); }

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

border-color css

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

 span { border-color: rgb(201,38,63); }

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