Html Css Color HEX #C93F48 Brick Red

📋 copy color: '#C93F48'

red 201 ◦ green 63 ◦ blue 72

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

Shades of Brick Red #C93F48

Tints of Brick Red #C93F48

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 72 (28.52% from 255) = 21.43%

R = 59.82%
G = 18.75%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93F48 (or 0xC93F48) is known color: Brick Red. HEX triplet: C9, 3F and 48. RGB value is (201,63,72). Sum of RGB (Red+Green+Blue) = 201+63+72=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F48 is #36C0B7. Grayscale: #696969. Windows color (decimal): -3588280 or 4734921. OLE color: 4734921.

HSL color Cylindrical-coordinate representation of color #C93F48: hue angle of 356.09º 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 #C93F48 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 63 72 -
CMYK 0 0.69 0.64 0.21
HSL 356.09º 0.56% 0.52% -
HSV(B) 356.09º 0.69% 0.79% -
XYZ 27.03 16.44 7.88 -
YUV 105.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 201 63 72 0 0.69 0.64 0.21 356.09 0.56 0.52
Hex C9 3F 48 0 45 40 15 164 38 34
Octal 311 77 110 0 105 100 25 544 70 64
Binary 11001001 111111 1001000 0 1000101 1000000 10101 101100100 111000 110100

Color Harmonies of #C93F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F48

Black with #C93F48

Text Example


Text Example

White with #C93F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F48; }

 p { color: rgb(201,63,72); }

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

background-color css

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

 a { background-color: rgb(201,63,72); }

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

border-color css

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

 span { border-color: rgb(201,63,72); }

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