Html Css Color HEX #C93D45 Brick Red

📋 copy color: '#C93D45'

red 201 ◦ green 61 ◦ blue 69

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

Shades of Brick Red #C93D45

Tints of Brick Red #C93D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

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

R = 60.73%
G = 18.43%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C93D45 (or 0xC93D45) is known color: Brick Red. HEX triplet: C9, 3D and 45. RGB value is (201,61,69). Sum of RGB (Red+Green+Blue) = 201+61+69=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D45 is #36C2BA. Grayscale: #676767. Windows color (decimal): -3588795 or 4537801. OLE color: 4537801.

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

Color convert

RGB 201 61 69 -
CMYK 0 0.70 0.66 0.21
HSL 356.57º 0.56% 0.51% -
HSV(B) 356.57º 0.7% 0.79% -
XYZ 26.83 16.18 7.34 -
YUV 103.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 201 61 69 0 0.70 0.66 0.21 356.57 0.56 0.51
Hex C9 3D 45 0 46 42 15 165 38 33
Octal 311 75 105 0 106 102 25 545 70 63
Binary 11001001 111101 1000101 0 1000110 1000010 10101 101100101 111000 110011

Color Harmonies of #C93D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D45

Black with #C93D45

Text Example


Text Example

White with #C93D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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