Html Css Color HEX #C92F42 Brick Red

📋 copy color: '#C92F42'

red 201 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #C92F42

Tints of Brick Red #C92F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 64.01%
G = 14.97%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92F42 (or 0xC92F42) is known color: Brick Red. HEX triplet: C9, 2F and 42. RGB value is (201,47,66). Sum of RGB (Red+Green+Blue) = 201+47+66=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F42 is #36D0BD. Grayscale: #5F5F5F. Windows color (decimal): -3592382 or 4337609. OLE color: 4337609.

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

Color convert

RGB 201 47 66 -
CMYK 0 0.77 0.67 0.21
HSL 352.6º 0.62% 0.49% -
HSV(B) 352.6º 0.77% 0.79% -
XYZ 26.09 14.84 6.64 -
YUV 95.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 201 47 66 0 0.77 0.67 0.21 352.6 0.62 0.49
Hex C9 2F 42 0 4D 43 15 161 3E 31
Octal 311 57 102 0 115 103 25 541 76 61
Binary 11001001 101111 1000010 0 1001101 1000011 10101 101100001 111110 110001

Color Harmonies of #C92F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92F42

Black with #C92F42

Text Example


Text Example

White with #C92F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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