Html Css Color HEX #CF2946 Brick Red

📋 copy color: '#CF2946'

red 207 ◦ green 41 ◦ blue 70

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

Shades of Brick Red #CF2946

Tints of Brick Red #CF2946

RGB

 RED value IS 207 (81.25% from 255) = 65.09%

 GREEN value IS 41 (16.41% from 255) = 12.89%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 65.09%
G = 12.89%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2946 (or 0xCF2946) is known color: Brick Red. HEX triplet: CF, 29 and 46. RGB value is (207,41,70). Sum of RGB (Red+Green+Blue) = 207+41+70=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2946 is #30D6B9. Grayscale: #5D5D5D. Windows color (decimal): -3200698 or 4598223. OLE color: 4598223.

HSL color Cylindrical-coordinate representation of color #CF2946: hue angle of 349.52º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2946 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 70 -
CMYK 0 0.80 0.66 0.19
HSL 349.52º 0.67% 0.49% -
HSV(B) 349.52º 0.8% 0.81% -
XYZ 27.63 15.29 7.29 -
YUV 93.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 207 41 70 0 0.80 0.66 0.19 349.52 0.67 0.49
Hex CF 29 46 0 50 42 13 15E 43 31
Octal 317 51 106 0 120 102 23 536 103 61
Binary 11001111 101001 1000110 0 1010000 1000010 10011 101011110 1000011 110001

Color Harmonies of #CF2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2946

Black with #CF2946

Text Example


Text Example

White with #CF2946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2946; }

 p { color: rgb(207,41,70); }

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

background-color css

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

 a { background-color: rgb(207,41,70); }

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

border-color css

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

 span { border-color: rgb(207,41,70); }

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