Html Css Color HEX #C92D41 Brick Red

📋 copy color: '#C92D41'

red 201 ◦ green 45 ◦ blue 65

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

Shades of Brick Red #C92D41

Tints of Brick Red #C92D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 64.63%
G = 14.47%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92D41 (or 0xC92D41) is known color: Brick Red. HEX triplet: C9, 2D and 41. RGB value is (201,45,65). Sum of RGB (Red+Green+Blue) = 201+45+65=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92D41 is #36D2BE. Grayscale: #5E5E5E. Windows color (decimal): -3592895 or 4271561. OLE color: 4271561.

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

Color convert

RGB 201 45 65 -
CMYK 0 0.78 0.68 0.21
HSL 352.31º 0.63% 0.48% -
HSV(B) 352.31º 0.78% 0.79% -
XYZ 25.98 14.68 6.46 -
YUV 93.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 201 45 65 0 0.78 0.68 0.21 352.31 0.63 0.48
Hex C9 2D 41 0 4E 44 15 160 3F 30
Octal 311 55 101 0 116 104 25 540 77 60
Binary 11001001 101101 1000001 0 1001110 1000100 10101 101100000 111111 110000

Color Harmonies of #C92D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92D41

Black with #C92D41

Text Example


Text Example

White with #C92D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92D41; }

 p { color: rgb(201,45,65); }

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

background-color css

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

 a { background-color: rgb(201,45,65); }

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

border-color css

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

 span { border-color: rgb(201,45,65); }

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