Html Css Color HEX #C92843 Brick Red

📋 copy color: '#C92843'

red 201 ◦ green 40 ◦ blue 67

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

Shades of Brick Red #C92843

Tints of Brick Red #C92843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 65.26%
G = 12.99%
B = 21.75%

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

#C92843 (or 0xC92843) is known color: Brick Red. HEX triplet: C9, 28 and 43. RGB value is (201,40,67). Sum of RGB (Red+Green+Blue) = 201+40+67=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C92843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92843 is #36D7BC. Grayscale: #5B5B5B. Windows color (decimal): -3594173 or 4401353. OLE color: 4401353.

HSL color Cylindrical-coordinate representation of color #C92843: hue angle of 349.94º degrees, saturation: 0.67, 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 #C92843 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 67 -
CMYK 0 0.80 0.67 0.21
HSL 349.94º 0.67% 0.47% -
HSV(B) 349.94º 0.8% 0.79% -
XYZ 25.86 14.34 6.72 -
YUV 91.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 201 40 67 0 0.80 0.67 0.21 349.94 0.67 0.47
Hex C9 28 43 0 50 43 15 15E 43 2F
Octal 311 50 103 0 120 103 25 536 103 57
Binary 11001001 101000 1000011 0 1010000 1000011 10101 101011110 1000011 101111

Color Harmonies of #C92843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92843

Black with #C92843

Text Example


Text Example

White with #C92843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92843; }

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

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

background-color css

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

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

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

border-color css

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

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

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