Html Css Color HEX #C92F44 Brick Red

📋 copy color: '#C92F44'

red 201 ◦ green 47 ◦ blue 68

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

Shades of Brick Red #C92F44

Tints of Brick Red #C92F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 63.61%
G = 14.87%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C92F44 (or 0xC92F44) is known color: Brick Red. HEX triplet: C9, 2F and 44. RGB value is (201,47,68). Sum of RGB (Red+Green+Blue) = 201+47+68=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F44 is #36D0BB. Grayscale: #5F5F5F. Windows color (decimal): -3592380 or 4468681. OLE color: 4468681.

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

Color convert

RGB 201 47 68 -
CMYK 0 0.77 0.66 0.21
HSL 351.82º 0.62% 0.49% -
HSV(B) 351.82º 0.77% 0.79% -
XYZ 26.15 14.87 6.96 -
YUV 95.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 201 47 68 0 0.77 0.66 0.21 351.82 0.62 0.49
Hex C9 2F 44 0 4D 42 15 160 3E 31
Octal 311 57 104 0 115 102 25 540 76 61
Binary 11001001 101111 1000100 0 1001101 1000010 10101 101100000 111110 110001

Color Harmonies of #C92F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92F44

Black with #C92F44

Text Example


Text Example

White with #C92F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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