Html Css Color HEX #C93E45 Brick Red

📋 copy color: '#C93E45'

red 201 ◦ green 62 ◦ blue 69

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

Shades of Brick Red #C93E45

Tints of Brick Red #C93E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 60.54%
G = 18.67%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C93E45 (or 0xC93E45) is known color: Brick Red. HEX triplet: C9, 3E and 45. RGB value is (201,62,69). Sum of RGB (Red+Green+Blue) = 201+62+69=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E45 is #36C1BA. Grayscale: #686868. Windows color (decimal): -3588539 or 4538057. OLE color: 4538057.

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

Color convert

RGB 201 62 69 -
CMYK 0 0.69 0.66 0.21
HSL 356.98º 0.56% 0.52% -
HSV(B) 356.98º 0.69% 0.79% -
XYZ 26.88 16.29 7.36 -
YUV 104.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 201 62 69 0 0.69 0.66 0.21 356.98 0.56 0.52
Hex C9 3E 45 0 45 42 15 165 38 34
Octal 311 76 105 0 105 102 25 545 70 64
Binary 11001001 111110 1000101 0 1000101 1000010 10101 101100101 111000 110100

Color Harmonies of #C93E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E45

Black with #C93E45

Text Example


Text Example

White with #C93E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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