Html Css Color HEX #C92545 Brick Red

📋 copy color: '#C92545'

red 201 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #C92545

Tints of Brick Red #C92545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 65.47%
G = 12.05%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C92545 (or 0xC92545) is known color: Brick Red. HEX triplet: C9, 25 and 45. RGB value is (201,37,69). Sum of RGB (Red+Green+Blue) = 201+37+69=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C92545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92545 is #36DABA. Grayscale: #595959. Windows color (decimal): -3594939 or 4531657. OLE color: 4531657.

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

Color convert

RGB 201 37 69 -
CMYK 0 0.82 0.66 0.21
HSL 348.29º 0.69% 0.47% -
HSV(B) 348.29º 0.82% 0.79% -
XYZ 25.82 14.17 7 -
YUV 89.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 201 37 69 0 0.82 0.66 0.21 348.29 0.69 0.47
Hex C9 25 45 0 52 42 15 15C 45 2F
Octal 311 45 105 0 122 102 25 534 105 57
Binary 11001001 100101 1000101 0 1010010 1000010 10101 101011100 1000101 101111

Color Harmonies of #C92545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92545

Black with #C92545

Text Example


Text Example

White with #C92545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92545; }

 p { color: rgb(201,37,69); }

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

background-color css

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

 a { background-color: rgb(201,37,69); }

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

border-color css

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

 span { border-color: rgb(201,37,69); }

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