Html Css Color HEX #C92943 Brick Red

📋 copy color: '#C92943'

red 201 ◦ green 41 ◦ blue 67

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

Shades of Brick Red #C92943

Tints of Brick Red #C92943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 65.05%
G = 13.27%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92943 (or 0xC92943) is known color: Brick Red. HEX triplet: C9, 29 and 43. RGB value is (201,41,67). Sum of RGB (Red+Green+Blue) = 201+41+67=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C92943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92943 is #36D6BC. Grayscale: #5B5B5B. Windows color (decimal): -3593917 or 4401609. OLE color: 4401609.

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

Color convert

RGB 201 41 67 -
CMYK 0 0.80 0.67 0.21
HSL 350.25º 0.66% 0.47% -
HSV(B) 350.25º 0.8% 0.79% -
XYZ 25.89 14.41 6.73 -
YUV 91.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 201 41 67 0 0.80 0.67 0.21 350.25 0.66 0.47
Hex C9 29 43 0 50 43 15 15E 42 2F
Octal 311 51 103 0 120 103 25 536 102 57
Binary 11001001 101001 1000011 0 1010000 1000011 10101 101011110 1000010 101111

Color Harmonies of #C92943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92943

Black with #C92943

Text Example


Text Example

White with #C92943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92943; }

 p { color: rgb(201,41,67); }

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

background-color css

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

 a { background-color: rgb(201,41,67); }

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

border-color css

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

 span { border-color: rgb(201,41,67); }

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