Html Css Color HEX #C93344 Brick Red

📋 copy color: '#C93344'

red 201 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #C93344

Tints of Brick Red #C93344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 62.81%
G = 15.94%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C93344 (or 0xC93344) is known color: Brick Red. HEX triplet: C9, 33 and 44. RGB value is (201,51,68). Sum of RGB (Red+Green+Blue) = 201+51+68=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C93344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93344 is #36CCBB. Grayscale: #616161. Windows color (decimal): -3591356 or 4469705. OLE color: 4469705.

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

Color convert

RGB 201 51 68 -
CMYK 0 0.75 0.66 0.21
HSL 353.2º 0.6% 0.49% -
HSV(B) 353.2º 0.75% 0.79% -
XYZ 26.31 15.2 7.02 -
YUV 97.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 201 51 68 0 0.75 0.66 0.21 353.2 0.6 0.49
Hex C9 33 44 0 4B 42 15 161 3C 31
Octal 311 63 104 0 113 102 25 541 74 61
Binary 11001001 110011 1000100 0 1001011 1000010 10101 101100001 111100 110001

Color Harmonies of #C93344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93344

Black with #C93344

Text Example


Text Example

White with #C93344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93344; }

 p { color: rgb(201,51,68); }

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

background-color css

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

 a { background-color: rgb(201,51,68); }

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

border-color css

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

 span { border-color: rgb(201,51,68); }

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