Html Css Color HEX #CF2346 Brick Red

📋 copy color: '#CF2346'

red 207 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #CF2346

Tints of Brick Red #CF2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 66.35%
G = 11.22%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2346 (or 0xCF2346) is known color: Brick Red. HEX triplet: CF, 23 and 46. RGB value is (207,35,70). Sum of RGB (Red+Green+Blue) = 207+35+70=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2346 is #30DCB9. Grayscale: #5A5A5A. Windows color (decimal): -3202234 or 4596687. OLE color: 4596687.

HSL color Cylindrical-coordinate representation of color #CF2346: hue angle of 347.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2346 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 35 70 -
CMYK 0 0.83 0.66 0.19
HSL 347.79º 0.71% 0.47% -
HSV(B) 347.79º 0.83% 0.81% -
XYZ 27.44 14.91 7.23 -
YUV 90.42 116.48 211.15 -
System Red Green Blue C M Y K H S L
Decimal 207 35 70 0 0.83 0.66 0.19 347.79 0.71 0.47
Hex CF 23 46 0 53 42 13 15C 47 2F
Octal 317 43 106 0 123 102 23 534 107 57
Binary 11001111 100011 1000110 0 1010011 1000010 10011 101011100 1000111 101111

Color Harmonies of #CF2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2346

Black with #CF2346

Text Example


Text Example

White with #CF2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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